source: trunk/test/Makefile.am @ 8

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
5TESTS = svnstat
6
7check_PROGRAMS = $(TESTS)
8
9svnstat_SOURCES = svnstat.cc
10
11LDADD = @top_srcdir@/lib/libsvnstat.a
12
13INCLUDES = -I@top_srcdir@/lib
Note: See TracBrowser for help on using the repository browser.