gmyth-upnp/Makefile.am
author renatofilho
Mon Feb 25 17:45:36 2008 +0000 (2008-02-25)
branchtrunk
changeset 924 c39c60fcfec8
parent 909 847da7267234
child 929 00536b0eb88b
permissions -rw-r--r--
[svn r933] fixed autotools script. patch by Andre Moreira <andrunko@gmail.com>
     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