From: David Schleef Date: Tue, 22 Jul 2003 21:24:51 +0000 (+0000) Subject: Remove .pc files from CLEANFILES, since it's done automatically by automake during... X-Git-Tag: BRANCH-ERROR-ROOT~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45170036ad0d157466e4f8b416f2f48a1e7706e6;p=platform%2Fupstream%2Fgst-plugins-base.git 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. --- diff --git a/gst-libs/gst/gconf/Makefile.am b/gst-libs/gst/gconf/Makefile.am index a199876..faec622 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