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