diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-03 13:28:55 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-03 13:28:55 +0000 |
commit | 802613fa7cf9865a6e3beba579c2fddaf67c56f0 (patch) | |
tree | 831d7a18ebf5851c7287188ed61d85be4d4f5bcb /pkgconfig | |
parent | 12b60c256b95944184a7b2415e7e63976f648ec8 (diff) |
fix dist
Original commit message from CVS:
fix dist
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 0b183655b..1ee78c991 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) |