/[svn]/libgig/trunk/Makefile.am
ViewVC logotype

Diff of /libgig/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by schoenebeck, Sat Oct 25 20:15:04 2003 UTC revision 58 by schoenebeck, Mon May 3 14:16:59 2004 UTC
# Line 3  Line 3 
3  AUTOMAKE_OPTIONS = foreign 1.4  AUTOMAKE_OPTIONS = foreign 1.4
4    
5  SUBDIRS = src  SUBDIRS = src
6    
7    # to prevent compile errors on some systems
8    AM_CXXFLAGS = -pedantic
9    
10    # all man files that should be installed
11    man1_MANS = man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1
12    # include man files into distribution (because they're not by default)
13    dist_MANS = man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1

Legend:
Removed from v.2  
changed lines
  Added in v.58

  ViewVC Help
Powered by ViewVC