gmyth/Makefile.am
author rosfran
Mon Apr 30 18:54:25 2007 +0100 (2007-04-30)
branchtrunk
changeset 606 45798efca6ef
parent 400 8712835e34cc
child 632 ce0055d90cc5
permissions -rw-r--r--
[svn r612] Optimizations - doesn't need to call all the time the URI functions to see if is a LiveTV, and if it is a local file URI.
melunko@579
     1
SUBDIRS= src samples tests
leo_sobral@1
     2
leo_sobral@1
     3
### all of the standard pc files we need to generate
melunko@397
     4
#pcfiles = gmyth-@GMYTH_MAJORMINOR@.pc
melunko@397
     5
pcfiles = gmyth.pc
leo_sobral@1
     6
leo_sobral@1
     7
all-local: $(pcfiles)
leo_sobral@1
     8
leo_sobral@1
     9
### how to generate pc files
melunko@397
    10
#%-@GMYTH_MAJORMINOR@.pc: %.pc
melunko@397
    11
#	cp $< $@
leo_sobral@1
    12
leo_sobral@1
    13
pkgconfigdir = $(libdir)/pkgconfig
leo_sobral@1
    14
pkgconfig_DATA = $(pcfiles)
leo_sobral@1
    15
leo_sobral@1
    16
include aminclude.am
leo_sobral@1
    17
leo_sobral@1
    18
EXTRA_DIST =                            \
leo_sobral@1
    19
        autogen.sh                      \
leo_sobral@1
    20
        gmyth.pc.in			\
leo_sobral@1
    21
        AUTHORS                         \
leo_sobral@1
    22
        COPYING                         \
leo_sobral@1
    23
        README
leo_sobral@1
    24