gmyth-upnp/Makefile.am
author melunko
Wed Jan 10 17:18:36 2007 +0000 (2007-01-10)
branchtrunk
changeset 249 dcf6bffe29a1
child 252 0bddbe7eba51
permissions -rw-r--r--
[svn r250] Added gmyth-upnp library
     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-upnp.pc.in		\
    20         AUTHORS                         \
    21         COPYING                         \
    22         README
    23