diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-04-27 11:34:56 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-04-27 11:34:56 +0000 |
commit | c1576a214df1393fdfdf0ce561c56e7a5beca9b6 (patch) | |
tree | bec407376d54d61488939a0a6f877aa01d6bf4d7 /pkgconfig/Makefile.am | |
parent | 24b7a180e688dc36250ae6f7422f072ee1559c2b (diff) | |
download | gstreamer-plugins-bad-c1576a214df1393fdfdf0ce561c56e7a5beca9b6.tar.gz |
uninstalled pkgconfig fixes
Original commit message from CVS:
uninstalled pkgconfig fixes
Diffstat (limited to 'pkgconfig/Makefile.am')
-rw-r--r-- | pkgconfig/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 9692616d0..7c136f27e 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -37,6 +37,7 @@ pkgconfig_DATA = \ gstreamer-libs-@GST_MAJORMINOR@.pc \ gstreamer-play-@GST_MAJORMINOR@.pc +CLEANFILES = $(pcfiles) $(pcfiles_uninstalled) EXTRA_DIST= \ gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \ gstreamer-play.pc.in gstreamer-play-uninstalled.pc.in |