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