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