gmyth-upnp/Makefile.am
author renatofilho
Fri Feb 01 14:32:18 2008 +0000 (2008-02-01)
branchtrunk
changeset 906 987fafbda04d
parent 249 dcf6bffe29a1
child 909 847da7267234
permissions -rw-r--r--
[svn r912] removed project maemo-ui-old
     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