gmyth-upnp/Makefile.am
branchtrunk
changeset 249 dcf6bffe29a1
child 252 0bddbe7eba51
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gmyth-upnp/Makefile.am	Wed Jan 10 17:18:36 2007 +0000
     1.3 @@ -0,0 +1,23 @@
     1.4 +SUBDIRS= src
     1.5 +
     1.6 +### all of the standard pc files we need to generate
     1.7 +pcfiles = gmyth-@GMYTH_MAJORMINOR@.pc
     1.8 +
     1.9 +all-local: $(pcfiles)
    1.10 +
    1.11 +### how to generate pc files
    1.12 +%-@GMYTH_MAJORMINOR@.pc: %.pc
    1.13 +	cp $< $@
    1.14 +
    1.15 +pkgconfigdir = $(libdir)/pkgconfig
    1.16 +pkgconfig_DATA = $(pcfiles)
    1.17 +
    1.18 +include aminclude.am
    1.19 +
    1.20 +EXTRA_DIST =                            \
    1.21 +        autogen.sh                      \
    1.22 +        gmyth-upnp.pc.in		\
    1.23 +        AUTHORS                         \
    1.24 +        COPYING                         \
    1.25 +        README
    1.26 +