source: trunk/bin/Makefile.am @ 68

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
RevLine 
[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
5bin_PROGRAMS = svnstat
6
[49]7svnstat_SOURCES = Parameter.cc rmdirhier.cc svnstat.cc
[37]8
[49]9LDADD = @top_srcdir@/lib/libsvnstat.a
10
11INCLUDES = -I@top_srcdir@/lib
12
13clean-local:
14  rm -rf svnstat_output *~
Note: See TracBrowser for help on using the repository browser.