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
renatofilho@909
     1
SUBDIRS= src test
melunko@249
     2
melunko@249
     3
### all of the standard pc files we need to generate
rosfran@252
     4
pcfiles = gmyth-upnp.pc
melunko@249
     5
melunko@249
     6
all-local: $(pcfiles)
melunko@249
     7
melunko@249
     8
### how to generate pc files
rosfran@252
     9
%.pc: %.pc
melunko@249
    10
	cp $< $@
melunko@249
    11
melunko@249
    12
pkgconfigdir = $(libdir)/pkgconfig
melunko@249
    13
pkgconfig_DATA = $(pcfiles)
melunko@249
    14
melunko@249
    15
EXTRA_DIST =                            \
melunko@249
    16
        autogen.sh                      \
melunko@249
    17
        gmyth-upnp.pc.in		\
melunko@249
    18
        AUTHORS                         \
melunko@249
    19
        COPYING                         \
melunko@249
    20
        README
melunko@249
    21