diff options
author | David Schleef <ds@schleef.org> | 2003-07-22 21:24:51 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-07-22 21:24:51 +0000 |
commit | 50e9c45af0dfff4bdd11ed2164e9e5715a4da325 (patch) | |
tree | 926730b315c52aca2cf9514b13e08d6a43754a1e /gst-libs | |
parent | a82f777b09c5fad90a995605d12b203ccdf9c51c (diff) | |
download | gst-plugins-bad-50e9c45af0dfff4bdd11ed2164e9e5715a4da325.tar.gz gst-plugins-bad-50e9c45af0dfff4bdd11ed2164e9e5715a4da325.tar.bz2 gst-plugins-bad-50e9c45af0dfff4bdd11ed2164e9e5715a4da325.zip |
Remove .pc files from CLEANFILES, since it's done automatically by automake during distclean instead of (incorrectly)...
Original commit message from CVS:
Remove .pc files from CLEANFILES, since it's done automatically by
automake during distclean instead of (incorrectly) during clean.
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/gconf/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst-libs/gst/gconf/Makefile.am b/gst-libs/gst/gconf/Makefile.am index a1998767..faec6222 100644 --- a/gst-libs/gst/gconf/Makefile.am +++ b/gst-libs/gst/gconf/Makefile.am @@ -16,6 +16,4 @@ 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 |