gmyth/Makefile.am
author melunko
Fri Oct 06 16:32:54 2006 +0100 (2006-10-06)
branchtrunk
changeset 27 af19eebeb4bf
parent 1 ffdf467315ec
child 397 c6ac7422fc71
permissions -rw-r--r--
[svn r28] Fixed GTK_LIBS missing call in Makefile.am
renatofilho@18
     1
SUBDIRS= src
leo_sobral@1
     2
leo_sobral@1
     3
### all of the standard pc files we need to generate
leo_sobral@1
     4
pcfiles = gmyth-@GMYTH_MAJORMINOR@.pc
leo_sobral@1
     5
leo_sobral@1
     6
all-local: $(pcfiles)
leo_sobral@1
     7
leo_sobral@1
     8
### how to generate pc files
leo_sobral@1
     9
%-@GMYTH_MAJORMINOR@.pc: %.pc
leo_sobral@1
    10
	cp $< $@
leo_sobral@1
    11
leo_sobral@1
    12
pkgconfigdir = $(libdir)/pkgconfig
leo_sobral@1
    13
pkgconfig_DATA = $(pcfiles)
leo_sobral@1
    14
leo_sobral@1
    15
include aminclude.am
leo_sobral@1
    16
leo_sobral@1
    17
EXTRA_DIST =                            \
leo_sobral@1
    18
        autogen.sh                      \
leo_sobral@1
    19
        gmyth.pc.in			\
leo_sobral@1
    20
        AUTHORS                         \
leo_sobral@1
    21
        COPYING                         \
leo_sobral@1
    22
        README
leo_sobral@1
    23