From 392ef72ca8ea92ce8aacef01fda3046f0e9f59b2 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Mon, 2 Apr 2007 18:17:04 +1000 Subject: [PATCH 1/1] Allow twin cflags and libs to be explicitly defined Signed-off-by: Jeremy Kerr --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 240f5d6..e3bba3e 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ VERSION=0.0.1 PACKAGE=petitboot CC=gcc INSTALL=install -TWIN_CFLAGS=$(shell pkg-config --cflags libtwin) -TWIN_LDFLAGS=$(shell pkg-config --libs libtwin) +TWIN_CFLAGS?=$(shell pkg-config --cflags libtwin) +TWIN_LDFLAGS?=$(shell pkg-config --libs libtwin) LDFLAGS = CFLAGS = -O0 -ggdb -Wall '-DPREFIX="$(PREFIX)"' -- 2.39.2