Changeset 81


Ignore:
Timestamp:
Mar 12, 2006, 12:47:40 AM (18 years ago)
Author:
Jari Häkkinen
Message:

Bumped version, added header files to the distribution (i.e. 'make dist').

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Makefile.am

    r49 r81  
    77svnstat_SOURCES = Parameter.cc rmdirhier.cc svnstat.cc
    88
     9noinst_HEADERS = Parameter.h rmdirhier.h
     10
    911LDADD = @top_srcdir@/lib/libsvnstat.a
    1012
  • trunk/configure.ac

    r21 r81  
    1111
    1212AC_PREREQ(2.57)
    13 AC_INIT([[svnstat]],[0.1],[jari@thep.lu.se])
     13AC_INIT([[svnstat]],[0.2],[jari@thep.lu.se])
    1414AC_CONFIG_SRCDIR([lib/File.h])
    1515AC_CONFIG_AUX_DIR([autotools])
  • trunk/lib/Makefile.am

    r73 r81  
    44
    55noinst_LIBRARIES = libsvnstat.a
     6
     7noinst_HEADERS = CommitStat.h Directory.h File.h Gnuplot.h GnuplotFE.h  \
     8  Node.h Stats.h utility.h
     9
    610libsvnstat_a_SOURCES = CommitStat.cc Directory.cc File.cc Gnuplot.cc  \
    711  GnuplotFE.cc Node.cc Stats.cc utility.cc
Note: See TracChangeset for help on using the changeset viewer.