Changeset 49 for trunk/bin/Makefile.am
- Timestamp:
- Jan 14, 2006, 1:53:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Makefile.am
r37 r49 5 5 bin_PROGRAMS = svnstat 6 6 7 svnstat_SOURCES = svnstat.cc Parameter.cc7 svnstat_SOURCES = Parameter.cc rmdirhier.cc svnstat.cc 8 8 9 EXTRA_DIST = Parameter.h 9 LDADD = @top_srcdir@/lib/libsvnstat.a 10 11 INCLUDES = -I@top_srcdir@/lib 12 13 clean-local: 14 rm -rf svnstat_output *~
Note: See TracChangeset
for help on using the changeset viewer.