source: trunk/bin/Makefile.am @ 81

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