gmyth-upnp/Makefile.am
author renatofilho
Mon Feb 25 14:14:29 2008 +0000 (2008-02-25)
branchtrunk
changeset 923 337aef39e86a
parent 909 847da7267234
child 929 00536b0eb88b
permissions -rw-r--r--
[svn r932] moved test dir to tests
     1 SUBDIRS= src tests
     2 
     3 ### all of the standard pc files we need to generate
     4 pcfiles = gmyth-upnp.pc
     5 
     6 all-local: $(pcfiles)
     7 
     8 ### how to generate pc files
     9 %.pc: %.pc
    10 	cp $< $@
    11 
    12 pkgconfigdir = $(libdir)/pkgconfig
    13 pkgconfig_DATA = $(pcfiles)
    14 
    15 EXTRA_DIST =                            \
    16         autogen.sh                      \
    17         gmyth-upnp.pc.in		\
    18         AUTHORS                         \
    19         COPYING                         \
    20         README
    21