diff options
author | David Schleef <ds@schleef.org> | 2003-11-24 10:11:27 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-11-24 10:11:27 +0000 |
commit | fd42ba8bf65eb05b6254ef8d0492067db32f41e2 (patch) | |
tree | 659819bcf317c7fcc856570af7802e86c8090d23 /pkgconfig | |
parent | b187bf1c4ba60b011ceb3462f55a983ab8492022 (diff) | |
download | gst-plugins-bad-BRANCH_RELEASE-0_7_2.tar.gz gst-plugins-bad-BRANCH_RELEASE-0_7_2.tar.bz2 gst-plugins-bad-BRANCH_RELEASE-0_7_2.zip |
Pull patches from HEADBRANCH_RELEASE-0_7_2
Original commit message from CVS:
Pull patches from HEAD
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index bd89d68e..808545ae 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -42,7 +42,7 @@ pkgconfig_DATA = \ gstreamer-play-@GST_MAJORMINOR@.pc \ gstreamer-interfaces-@GST_MAJORMINOR@.pc -CLEANFILES = $(pcfiles) $(pcfiles_uninstalled) +CLEANFILES = $(pcfiles) $(pcfiles_uninstalled) $(GCONF_PC) $(GCONF_PC_UNINSTALLED) EXTRA_DIST= \ gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \ gstreamer-play.pc.in gstreamer-play-uninstalled.pc.in |