[Modcplusplus-devel] (johnksterling) mod_cplusplus/docs Makefile.in
Brought to you by:
gr84b8,
johnksterling
From: Mod C. C. L. <mod...@so...> - 2004-11-27 03:36:28
|
Mod Cplusplus CVS committal Author : johnksterling Project : mod_cplusplus Module : docs Dir : mod_cplusplus/docs Modified Files: Makefile.in Log Message: ok, finally clean up the other things in the configure script and derive everything from apxs. =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/docs/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.in 26 Nov 2004 18:53:46 -0000 1.2 +++ Makefile.in 27 Nov 2004 03:36:18 -0000 1.3 @@ -1,2 +1,2 @@ test_handler.so: - g++ -I@CPLUSPLUS_BUILDDIR@/include -I@INCLUDE_DIR@/include -o test_handler.so -shared test_handler.cpp + g++ -I@CPLUSPLUS_BUILDDIR@/include @INCLUDES@ -o test_handler.so -shared test_handler.cpp |