Add pkgconfig files for photography interface library.
[platform/upstream/gstreamer.git] / pkgconfig / Makefile.am
1 ### all of the standard pc files we need to generate
2 pcverfiles =  \
3         gstreamer-plugins-bad-@GST_MAJORMINOR@.pc
4
5 pcverfiles_uninstalled = \
6         gstreamer-plugins-bad-@GST_MAJORMINOR@-uninstalled.pc
7
8 all-local: $(pcverfiles) $(pcverfiles_uninstalled)
9
10 ### how to generate versioned .pc files from .pc files in this dir
11 %-@GST_MAJORMINOR@.pc: %.pc
12         cp $< $@
13 %-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
14         cp $< $@
15
16 pkgconfigdir = $(libdir)/pkgconfig
17 pkgconfig_DATA = $(pcverfiles)
18
19 CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
20 pcinfiles = \
21            gstreamer-plugins-bad.pc.in gstreamer-plugins-bad-uninstalled.pc.in
22
23 DISTCLEANFILES = $(pcinfiles:.in=)
24 EXTRA_DIST = $(pcinfiles)