Changeset 81
- Timestamp:
- Mar 12, 2006, 12:47:40 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Makefile.am
r49 r81 7 7 svnstat_SOURCES = Parameter.cc rmdirhier.cc svnstat.cc 8 8 9 noinst_HEADERS = Parameter.h rmdirhier.h 10 9 11 LDADD = @top_srcdir@/lib/libsvnstat.a 10 12 -
trunk/configure.ac
r21 r81 11 11 12 12 AC_PREREQ(2.57) 13 AC_INIT([[svnstat]],[0. 1],[jari@thep.lu.se])13 AC_INIT([[svnstat]],[0.2],[jari@thep.lu.se]) 14 14 AC_CONFIG_SRCDIR([lib/File.h]) 15 15 AC_CONFIG_AUX_DIR([autotools]) -
trunk/lib/Makefile.am
r73 r81 4 4 5 5 noinst_LIBRARIES = libsvnstat.a 6 7 noinst_HEADERS = CommitStat.h Directory.h File.h Gnuplot.h GnuplotFE.h \ 8 Node.h Stats.h utility.h 9 6 10 libsvnstat_a_SOURCES = CommitStat.cc Directory.cc File.cc Gnuplot.cc \ 7 11 GnuplotFE.cc Node.cc Stats.cc utility.cc
Note: See TracChangeset
for help on using the changeset viewer.