summaryrefslogtreecommitdiffstats
path: root/pkgconfig
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-03 13:28:55 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-03 13:28:55 +0000
commit802613fa7cf9865a6e3beba579c2fddaf67c56f0 (patch)
tree831d7a18ebf5851c7287188ed61d85be4d4f5bcb /pkgconfig
parent12b60c256b95944184a7b2415e7e63976f648ec8 (diff)
fix dist
Original commit message from CVS: fix dist
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 0b183655..1ee78c99 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -18,8 +18,10 @@ all-local: $(pcverfiles_uninstalled)
# pkgconfig_DATA = $(pcverfiles)
CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
+# pcinfiles = \
+# gstreamer-plugins-good.pc.in gstreamer-plugins-good-uninstalled.pc.in
pcinfiles = \
- gstreamer-plugins-good.pc.in gstreamer-plugins-good-uninstalled.pc.in
+ gstreamer-plugins-good-uninstalled.pc.in
DISTCLEANFILES = $(pcinfiles:.in=)
EXTRA_DIST = $(pcinfiles)