/[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 186 by schoenebeck, Wed Jul 7 12:03:54 2004 UTC
# Line 1  Line 1 
1  # not a GNU package. You can remove this line, if  SUBDIRS = doc man src
 # have all needed files, that a GNU package needs  
 AUTOMAKE_OPTIONS = foreign 1.4  
2    
3  SUBDIRS = src  # to prevent compile errors on some systems
4    AM_CXXFLAGS = -pedantic
5    
6    pkgconfigdir = $(libdir)/pkgconfig
7    pkgconfig_DATA = libgig.pc
8    
9    doc: Doxyfile
10            @echo '*** Running doxygen ***'
11            doxygen Doxyfile

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

  ViewVC Help
Powered by ViewVC