Last change
on this file since 8 was
8,
checked in by Jari Häkkinen, 18 years ago
|
Working build system.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
210 bytes
|
Line | |
---|
1 | # Process this file with automake to produce Makefile.in |
---|
2 | # |
---|
3 | # $Id: Makefile.am 8 2005-12-30 07:09:36Z jari $ |
---|
4 | |
---|
5 | TESTS = svnstat |
---|
6 | |
---|
7 | check_PROGRAMS = $(TESTS) |
---|
8 | |
---|
9 | svnstat_SOURCES = svnstat.cc |
---|
10 | |
---|
11 | LDADD = @top_srcdir@/lib/libsvnstat.a |
---|
12 | |
---|
13 | INCLUDES = -I@top_srcdir@/lib |
---|
Note: See
TracBrowser
for help on using the repository browser.