gmyth-upnp/Makefile.am
author renatofilho
Fri Feb 15 13:52:23 2008 +0000 (2008-02-15)
branchtrunk
changeset 915 e612ba1d16ab
parent 252 0bddbe7eba51
child 923 337aef39e86a
permissions -rw-r--r--
[svn r924] created method gmyth_upnp_get_devices
     1 SUBDIRS= src test
     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