diff -r 000000000000 -r 7005e696052c branches/gmyth-0.1b/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/branches/gmyth-0.1b/Makefile.am Sat Feb 10 20:01:54 2007 +0000 @@ -0,0 +1,23 @@ +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 +