- Timestamp:
- Sep 7, 2006, 1:38:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Makefile.am
r185 r193 25 25 noinst_LTLIBRARIES = libsvndigest.la 26 26 27 noinst_HEADERS = Directory.h File.h Gnuplot.h GnuplotFE.h html_utility.h 28 Node.h \ 29 Parser.h rmdirhier.h Stats.h SVN.h SVNblame.h SVNinfo.h \ 30 SVNproperty.h utility.h 27 noinst_HEADERS = Directory.h File.h Gnuplot.h GnuplotFE.h \ 28 html_utility.h Node.h Parser.h rmdirhier.h Stats.h SVN.h SVNblame.h \ 29 SVNinfo.h SVNproperty.h utility.h 31 30 32 31 libsvndigest_la_SOURCES = Directory.cc File.cc Gnuplot.cc GnuplotFE.cc \ 33 html_utility.cc \ 34 Node.cc Parser.cc rmdirhier.cc Stats.cc SVN.cc SVNblame.cc \ 35 SVNinfo.cc SVNproperty.cc utility.cc 32 html_utility.cc Node.cc Parser.cc rmdirhier.cc Stats.cc SVN.cc \ 33 SVNblame.cc SVNinfo.cc SVNproperty.cc utility.cc 36 34 37 35 clean-local:
Note: See TracChangeset
for help on using the changeset viewer.