Mod Cplusplus CVS committal
Author : barbee-
Project : apr_cplusplus
Module : src
Dir : apr_cplusplus/src/files
Modified Files:
Makefile.am
Log Message:
build APRAnyFile and tests.
===================================================================
RCS file: /cvsroot/modcplusplus/apr_cplusplus/src/files/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 22 Feb 2002 16:36:23 -0000 1.1
+++ Makefile.am 23 Feb 2002 04:10:00 -0000 1.2
@@ -1,4 +1,4 @@
CLEANFILES = libcpp_files.so *~
-libcpp_files_la_SOURCES = cpp_path.cpp
+libcpp_files_la_SOURCES = cpp_path.cpp cpp_anyfile.cpp
lib_LTLIBRARIES = libcpp_files.la
|