/[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 656 by schoenebeck, Wed Jun 15 20:39:11 2005 UTC
# Line 1  Line 1 
1  # not a GNU package. You can remove this line, if  # require automake >= 1.5 (mandatory for option dist-bzip2)
2  # have all needed files, that a GNU package needs  AUTOMAKE_OPTIONS = 1.5 dist-bzip2
 AUTOMAKE_OPTIONS = foreign 1.4  
3    
4  SUBDIRS = src  SUBDIRS = doc man src debian
5    
6    # to prevent compile errors on some systems
7    AM_CXXFLAGS = -pedantic
8    
9    pkgconfigdir = $(libdir)/pkgconfig
10    pkgconfig_DATA = gig.pc
11    
12    EXTRA_DIST = libgig.kdevelop
13    
14    docs: Doxyfile
15            @echo '*** Running doxygen ***'
16            doxygen Doxyfile

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

  ViewVC Help
Powered by ViewVC