[Modcplusplus-devel] (barbee-) apr_cplusplus/src/files Makefile.am
Brought to you by:
gr84b8,
johnksterling
From: Mod C. C. L. <mod...@so...> - 2002-02-23 21:15:20
|
Mod Cplusplus CVS committal Author : barbee- Project : apr_cplusplus Module : src Dir : apr_cplusplus/src/files Modified Files: Makefile.am Log Message: build and test APRDir. =================================================================== RCS file: /cvsroot/modcplusplus/apr_cplusplus/src/files/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 23 Feb 2002 04:10:00 -0000 1.2 +++ Makefile.am 23 Feb 2002 21:14:50 -0000 1.3 @@ -1,4 +1,4 @@ CLEANFILES = libcpp_files.so *~ -libcpp_files_la_SOURCES = cpp_path.cpp cpp_anyfile.cpp +libcpp_files_la_SOURCES = cpp_path.cpp cpp_anyfile.cpp cpp_dir.cpp lib_LTLIBRARIES = libcpp_files.la |