source: trunk/bin/Makefile.am @ 37

Last change on this file since 37 was 37, checked in by Peter Johansson, 17 years ago

added Parameter class and main doing nothing.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 162 bytes
RevLine 
[21]1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 37 2006-01-13 10:22:05Z peter $
[37]4
5bin_PROGRAMS = svnstat
6
7svnstat_SOURCES = svnstat.cc Parameter.cc
8
9EXTRA_DIST = Parameter.h
Note: See TracBrowser for help on using the repository browser.