Changeset 123 for trunk/lib/Makefile.am
- Timestamp:
- Jul 30, 2006, 12:42:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Makefile.am
r103 r123 25 25 noinst_LIBRARIES = libsvnstat.a 26 26 27 noinst_HEADERS = CommitStat.h Directory.h File.h Gnuplot.h GnuplotFE.h \28 Node.hParser.h rmdirhier.h Stats.h SVN.h utility.h27 noinst_HEADERS = Directory.h File.h Gnuplot.h GnuplotFE.h Node.h \ 28 Parser.h rmdirhier.h Stats.h SVN.h utility.h 29 29 30 libsvnstat_a_SOURCES = CommitStat.cc Directory.cc File.cc Gnuplot.cc \31 GnuplotFE.ccNode.cc Parser.cc rmdirhier.cc Stats.cc SVN.cc utility.cc30 libsvnstat_a_SOURCES = Directory.cc File.cc Gnuplot.cc GnuplotFE.cc \ 31 Node.cc Parser.cc rmdirhier.cc Stats.cc SVN.cc utility.cc 32 32 33 33 INCLUDES = -I$(SVN_PATH)/include/subversion-1 -I$(APR_PATH)/include/apr-0
Note: See TracChangeset
for help on using the changeset viewer.