/[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 634 by schoenebeck, Sun Jun 12 13:58:24 2005 UTC
# Line 1  Line 1 
1  # not a GNU package. You can remove this line, if  AUTOMAKE_OPTIONS = dist-bzip2
 # have all needed files, that a GNU package needs  
 AUTOMAKE_OPTIONS = foreign 1.4  
2    
3  SUBDIRS = src  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

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

  ViewVC Help
Powered by ViewVC