[Modcplusplus-devel] (johnksterling) mod_cplusplus/docs Makefile.in
Brought to you by:
gr84b8,
johnksterling
From: Mod C. C. L. <mod...@so...> - 2004-11-26 18:53:54
|
Mod Cplusplus CVS committal Author : johnksterling Project : mod_cplusplus Module : docs Dir : mod_cplusplus/docs Modified Files: Makefile.in Log Message: more fixups using apxs =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/docs/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.in 20 Aug 2003 01:31:27 -0000 1.1 +++ Makefile.in 26 Nov 2004 18:53:46 -0000 1.2 @@ -1,2 +1,2 @@ test_handler.so: - g++ -I@CPLUSPLUS_BUILDDIR@/include -I@HTTPD_DIR@/include -o test_handler.so -shared test_handler.cpp + g++ -I@CPLUSPLUS_BUILDDIR@/include -I@INCLUDE_DIR@/include -o test_handler.so -shared test_handler.cpp |