--- libgig/trunk/Makefile.am 2004/05/03 14:16:59 58 +++ libgig/trunk/Makefile.am 2004/07/02 19:37:09 168 @@ -1,7 +1,3 @@ -# not a GNU package. You can remove this line, if -# have all needed files, that a GNU package needs -AUTOMAKE_OPTIONS = foreign 1.4 - SUBDIRS = src # to prevent compile errors on some systems @@ -11,3 +7,10 @@ man1_MANS = man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1 # include man files into distribution (because they're not by default) dist_MANS = man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1 + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libgig.pc + +doc: Doxyfile + @echo '*** Running doxygen ***' + doxygen Doxyfile