From 5b17ac7bf4ff72ca25614b540b55b30f76908689 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 7 Jul 2005 18:39:55 +0000 Subject: [PATCH] -I globus... first. Required if different gssapi.h is found in /usr/local etc. pointed to by expat or ares --- org.glite.lb.common/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.glite.lb.common/Makefile b/org.glite.lb.common/Makefile index 5c65e64..068c531 100644 --- a/org.glite.lb.common/Makefile +++ b/org.glite.lb.common/Makefile @@ -74,7 +74,7 @@ EXT_LIBS:= ${EXPAT_LIBS} ${ARES_LIBS} ${GLOBUS_LIBS} TEST_LIBS:=-L${cppunit}/lib -lcppunit TEST_INC:=-I${cppunit}/include -COMPILE:=libtool --mode=compile ${CC} ${CFLAGS} +COMPILE:=libtool --mode=compile ${CC} LINK:=libtool --mode=link ${CC} -rpath ${stagedir}/lib ${LDFLAGS} LINKXX:=libtool --mode=link ${CXX} -rpath ${stagedir}/lib ${LDFLAGS} INSTALL:=libtool --mode=install install @@ -180,7 +180,7 @@ clean: %.o: %.c - ${COMPILE} ${GLOBUSINC} -c $< + ${COMPILE} ${GLOBUSINC} ${CFLAGS} -c $< test_gss.o: %.o: %.cpp ${CXX} -c ${CFLAGS} ${GLOBUSINC} ${TEST_INC} $< @@ -189,7 +189,7 @@ il_int_test.o il_string_test.o il_test.o: %.o: %.cpp ${CXX} -c ${CFLAGS} ${TEST_INC} $< %.thr.o: %.c - ${COMPILE} ${GLOBUSTHRINC} -o $@ -c $< + ${COMPILE} ${GLOBUSTHRINC} ${CFLAGS} -o $@ -c $< %.h: %.h.T rm -f $@ -- 1.8.2.3