Last change
on this file since 68 was
49,
checked in by Jari Häkkinen, 18 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
|
Rev | Line | |
---|
[21] | 1 | ## Process this file with automake to produce Makefile.in |
---|
| 2 | ## |
---|
| 3 | ## $Id: Makefile.am 49 2006-01-14 00:53:56Z jari $ |
---|
[37] | 4 | |
---|
| 5 | bin_PROGRAMS = svnstat |
---|
| 6 | |
---|
[49] | 7 | svnstat_SOURCES = Parameter.cc rmdirhier.cc svnstat.cc |
---|
[37] | 8 | |
---|
[49] | 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.