diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-04-27 15:20:07 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-04-27 15:20:07 +0000 |
commit | 077be4ccbd714dd3b7510d76f3470e45366ff8f7 (patch) | |
tree | 1e31ae2cef62e348d385525ab001ffc6cc3a8ec1 /gst-libs | |
parent | 0cf957d4734102fd160d37cc2bb333a86a63a0e8 (diff) | |
download | gst-plugins-bad-077be4ccbd714dd3b7510d76f3470e45366ff8f7.tar.gz gst-plugins-bad-077be4ccbd714dd3b7510d76f3470e45366ff8f7.tar.bz2 gst-plugins-bad-077be4ccbd714dd3b7510d76f3470e45366ff8f7.zip |
more uninstalled fixes
Original commit message from CVS:
more uninstalled fixes
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/gconf/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/gconf/Makefile.am b/gst-libs/gst/gconf/Makefile.am index faec6222..a1998767 100644 --- a/gst-libs/gst/gconf/Makefile.am +++ b/gst-libs/gst/gconf/Makefile.am @@ -16,4 +16,6 @@ libgstgconf_@GST_MAJORMINOR@_la_LIBADD = $(GCONF_LIBS) $(GST_LIBS) libgstgconf_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) libgstgconf_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@ +CLEANFILES = gstreamer-gconf.pc gstreamer-gconf-uninstalled.pc + EXTRA_DIST = gstreamer-gconf.pc.in gstreamer-gconf-uninstalled.pc.in |