diff -r 28c358053693 -r 8aa32fa19a8f branches/gmyth-0.1b/Makefile.am --- a/branches/gmyth-0.1b/Makefile.am Wed Feb 14 23:06:17 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -SUBDIRS= src - -### all of the standard pc files we need to generate -pcfiles = gmyth-@GMYTH_MAJORMINOR@.pc - -all-local: $(pcfiles) - -### how to generate pc files -%-@GMYTH_MAJORMINOR@.pc: %.pc - cp $< $@ - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = $(pcfiles) - -include aminclude.am - -EXTRA_DIST = \ - autogen.sh \ - gmyth.pc.in \ - AUTHORS \ - COPYING \ - README -