- Timestamp:
- Jan 13, 2006, 10:37:26 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Makefile.am
r31 r48 5 5 noinst_LIBRARIES = libsvnstat.a 6 6 libsvnstat_a_SOURCES = \ 7 Directory.cc File.cc Gnuplot.cc Node.cc Stats.cc7 CommitStat.cc Directory.cc File.cc Gnuplot.cc Node.cc Stats.cc -
trunk/lib/Node.cc
r47 r48 8 8 #include <iostream> 9 9 #include <sstream> 10 #include < time.h>10 #include <ctime> 11 11 12 12 namespace theplu{ -
trunk/test/Makefile.am
r43 r48 3 3 # $Id$ 4 4 5 TESTS = directory file gnuplot_pipe stats tree5 TESTS = commit_stat directory file gnuplot_pipe stats tree 6 6 7 7 check_PROGRAMS = $(TESTS) … … 11 11 INCLUDES = -I@top_srcdir@/lib 12 12 13 13 commit_stat_SOURCES = commit_stat.cc 14 14 directory_SOURCES = directory.cc 15 15 file_SOURCES = file.cc
Note: See TracChangeset
for help on using the changeset viewer.