gmyth-upnp/Makefile.am
author rosfran
Fri Apr 13 20:07:32 2007 +0100 (2007-04-13)
branchtrunk
changeset 545 7f0a3066f6ab
parent 249 dcf6bffe29a1
child 909 847da7267234
permissions -rw-r--r--
[svn r550] A lot of GObject fixes (using the GType casting), added inheritance to the GMythFile* modules, locks all the the STOP_RECORDING messages.
     1 SUBDIRS= src
     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 include aminclude.am
    16 
    17 EXTRA_DIST =                            \
    18         autogen.sh                      \
    19         gmyth-upnp.pc.in		\
    20         AUTHORS                         \
    21         COPYING                         \
    22         README
    23