From: erickson Date: Thu, 22 Feb 2007 16:38:24 +0000 (+0000) Subject: augmenting instead of overrideing CFLAGS and LDLIBS X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d618b4f5f3edc4ce254e6f9c98f0adfba28e73b1;p=Evergreen.git augmenting instead of overrideing CFLAGS and LDLIBS git-svn-id: svn://svn.open-ils.org/ILS/trunk@6995 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/Makefile b/Open-ILS/src/Makefile index b1c5239715..6503c5b7c6 100644 --- a/Open-ILS/src/Makefile +++ b/Open-ILS/src/Makefile @@ -1,7 +1,7 @@ export TMPDIR = $(TMP)/opensrf -export LDFLAGS = -L $(TMPDIR) -L . -export CFLAGS = -pipe -g -Wall -O2 -fPIC -I$(LIBXML2_HEADERS) -I$(APACHE2_HEADERS) -I$(APR_HEADERS) \ +export LDFLAGS += -L $(TMPDIR) -L . +export CFLAGS += -pipe -g -Wall -O2 -fPIC -I$(LIBXML2_HEADERS) -I$(APACHE2_HEADERS) -I$(APR_HEADERS) \ -I$(LIBXML2_HEADERS)/libxml -I$(TMP) -I$(TMPDIR) export INCDIR = "$(INCLUDEDIR)/openils/"