sctemme 2003/11/11 16:07:53
Modified: specweb99/specweb99-2.0 Makefile Log: Use APXS to determine location of include files Revision Changes Path 1.3 +2 -2 httpd-test/specweb99/specweb99-2.0/Makefile Index: Makefile =================================================================== RCS file: /home/cvs/httpd-test/specweb99/specweb99-2.0/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile 3 Feb 2003 17:11:01 -0000 1.2 +++ Makefile 12 Nov 2003 00:07:53 -0000 1.3 @@ -17,7 +17,7 @@ # additional defines, includes and libraries #DEFS=-Dmy_define=my_value -#INCLUDES=-Imy/include/dir +INCLUDES=-I$(shell $(APXS) -q includedir) #LIBS=-Lmy/lib/dir -lmylib all: local-shared-build
