Mod Cplusplus CVS committal
Author : gr84b8
Project : mod_cplusplus
Module : example
Dir : mod_cplusplus/example/output_filter
Modified Files:
Makefile.am
Log Message:
now we distribute tarballs using the auto tools dist maker
===================================================================
RCS file: /cvsroot/modcplusplus/mod_cplusplus/example/output_filter/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 21 May 2001 18:08:14 -0000 1.1
+++ Makefile.am 21 Apr 2002 18:58:09 -0000 1.2
@@ -1,3 +1,4 @@
CLEANFILES = libtest_output.so *~
+DISTFILES = test_output.h test_output.cpp Makefile.am
libtest_output_la_SOURCES = test_output.cpp
lib_LTLIBRARIES = libtest_output.la
|