Last change
on this file since 80 was
49,
checked in by Jari Häkkinen, 17 years ago
|
bin directory compiles but svnstat not finished.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
260 bytes
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | ## |
---|
3 | ## $Id: Makefile.am 49 2006-01-14 00:53:56Z jari $ |
---|
4 | |
---|
5 | bin_PROGRAMS = svnstat |
---|
6 | |
---|
7 | svnstat_SOURCES = Parameter.cc rmdirhier.cc svnstat.cc |
---|
8 | |
---|
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
TracBrowser
for help on using the repository browser.