Last change
on this file since 81 was
81,
checked in by Jari Häkkinen, 18 years ago
|
Bumped version, added header files to the distribution (i.e. 'make dist').
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
302 bytes
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | ## |
---|
3 | ## $Id: Makefile.am 81 2006-03-11 23:47:40Z jari $ |
---|
4 | |
---|
5 | bin_PROGRAMS = svnstat |
---|
6 | |
---|
7 | svnstat_SOURCES = Parameter.cc rmdirhier.cc svnstat.cc |
---|
8 | |
---|
9 | noinst_HEADERS = Parameter.h rmdirhier.h |
---|
10 | |
---|
11 | LDADD = @top_srcdir@/lib/libsvnstat.a |
---|
12 | |
---|
13 | INCLUDES = -I@top_srcdir@/lib |
---|
14 | |
---|
15 | clean-local: |
---|
16 | rm -rf svnstat_output *~ |
---|
Note: See
TracBrowser
for help on using the repository browser.