[Modcplusplus-devel] (johnksterling) mod_cplusplus/example/handler Makefile.am
Brought to you by:
gr84b8,
johnksterling
From: Mod C. C. L. <mod...@so...> - 2003-08-16 01:42:58
|
Mod Cplusplus CVS committal Author : johnksterling Project : mod_cplusplus Module : example Dir : mod_cplusplus/example/handler Modified Files: Makefile.am Log Message: fix up the dist builder and rebundle =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/example/handler/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- Makefile.am 21 Apr 2002 18:58:09 -0000 1.3 +++ Makefile.am 16 Aug 2003 01:34:03 -0000 1.4 @@ -1,5 +1,5 @@ CLEANFILES = libtest_handler.so *~ -DISTFILES = test_auth.h test_handler.h test_auth.cpp test_handler.cpp Makefile.am +DISTFILES = test_auth.h test_handler.h test_auth.cpp test_handler.cpp Makefile.am Makefile.in libtest_handler_la_SOURCES = test_handler.cpp test_auth.cpp lib_LTLIBRARIES = libtest_handler.la |