branches/gmyth-0.1b/Makefile.am
author rosfran
Wed Feb 07 20:39:10 2007 +0000 (2007-02-07)
branchtrunk
changeset 334 e326033fb048
permissions -rw-r--r--
[svn r336] More fixes on disposing GObjects.
     1 SUBDIRS= src
     2 
     3 ### all of the standard pc files we need to generate
     4 pcfiles = gmyth-@GMYTH_MAJORMINOR@.pc
     5 
     6 all-local: $(pcfiles)
     7 
     8 ### how to generate pc files
     9 %-@GMYTH_MAJORMINOR@.pc: %.pc
    10 	cp $< $@
    11 
    12 pkgconfigdir = $(libdir)/pkgconfig
    13 pkgconfig_DATA = $(pcfiles)
    14 
    15 include aminclude.am
    16 
    17 EXTRA_DIST =                            \
    18         autogen.sh                      \
    19         gmyth.pc.in			\
    20         AUTHORS                         \
    21         COPYING                         \
    22         README
    23