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

Contents of /libgig/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 58 - (show annotations) (download)
Mon May 3 14:16:59 2004 UTC (19 years, 10 months ago) by schoenebeck
File size: 472 byte(s)
* libtoolized libgig
* added man pages for the command line tools
  (gigextract, gigdump, dlsdump, rifftree)
* minor preparations for libgig release 0.7.0 (updated Changelog, etc.)

1 # not a GNU package. You can remove this line, if
2 # have all needed files, that a GNU package needs
3 AUTOMAKE_OPTIONS = foreign 1.4
4
5 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

  ViewVC Help
Powered by ViewVC