Changeset 103 for trunk/lib


Ignore:
Timestamp:
Jun 27, 2006, 11:46:00 AM (17 years ago)
Author:
Peter Johansson
Message:

added class for parsing files for empty lines, comment lines, and code lines

Location:
trunk/lib
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Makefile.am

    r100 r103  
    2626
    2727noinst_HEADERS = CommitStat.h Directory.h File.h Gnuplot.h GnuplotFE.h  \
    28   Node.h rmdirhier.h Stats.h SVN.h utility.h
     28  Node.h Parser.h rmdirhier.h Stats.h SVN.h utility.h
    2929
    3030libsvnstat_a_SOURCES = CommitStat.cc Directory.cc File.cc Gnuplot.cc  \
    31   GnuplotFE.cc Node.cc rmdirhier.cc Stats.cc SVN.cc utility.cc
     31  GnuplotFE.cc Node.cc Parser.cc rmdirhier.cc Stats.cc SVN.cc utility.cc
    3232
    3333INCLUDES = -I$(SVN_PATH)/include/subversion-1 -I$(APR_PATH)/include/apr-0
Note: See TracChangeset for help on using the changeset viewer.