branches/gmyth-0.1b/Makefile.am
author rosfran
Thu Feb 08 21:56:58 2007 +0000 (2007-02-08)
branchtrunk
changeset 340 84fb21f6941f
permissions -rw-r--r--
[svn r342] Put back the do_get_file_info to the LiveTV.
     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.pc.in			\
    20         AUTHORS                         \
    21         COPYING                         \
    22         README
    23