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

Contents of /libgig/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 634 - (show annotations) (download)
Sun Jun 12 13:58:24 2005 UTC (18 years, 9 months ago) by schoenebeck
File size: 256 byte(s)
- include debian/ directory on 'make dist'
- create a bzip2 tarball on 'make dist'

1 AUTOMAKE_OPTIONS = dist-bzip2
2
3 SUBDIRS = doc man src debian
4
5 # to prevent compile errors on some systems
6 AM_CXXFLAGS = -pedantic
7
8 pkgconfigdir = $(libdir)/pkgconfig
9 pkgconfig_DATA = gig.pc
10
11 docs: Doxyfile
12 @echo '*** Running doxygen ***'
13 doxygen Doxyfile

  ViewVC Help
Powered by ViewVC