[Modcplusplus-devel] (gr84b8) mod_cplusplus/example/protocol Makefile.am
Brought to you by:
gr84b8,
johnksterling
|
From: Mod C. C. L. <mod...@so...> - 2002-04-21 18:58:41
|
Mod Cplusplus CVS committal Author : gr84b8 Project : mod_cplusplus Module : example Dir : mod_cplusplus/example/protocol Modified Files: Makefile.am Log Message: now we distribute tarballs using the auto tools dist maker =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/example/protocol/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 4 Jun 2001 00:40:35 -0000 1.1 +++ Makefile.am 21 Apr 2002 18:58:09 -0000 1.2 @@ -1,3 +1,4 @@ CLEANFILES = libtest_protocol.so *~ +DISTFILES = test_protocol.h test_protocol.cpp Makefile.am libtest_protocol_la_SOURCES = test_protocol.cpp lib_LTLIBRARIES = libtest_protocol.la |