From 9a8ac54fec673702659bf2380f1d524fafce84b0 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 30 Oct 2003 02:36:41 +0000 Subject: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface. Original commit message from CVS: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 02f2636d..d0fdbb60 100644 --- a/configure.ac +++ b/configure.ac @@ -1159,6 +1159,8 @@ pkgconfig/gstreamer-libs.pc pkgconfig/gstreamer-libs-uninstalled.pc pkgconfig/gstreamer-play.pc pkgconfig/gstreamer-play-uninstalled.pc +pkgconfig/gstreamer-interfaces.pc +pkgconfig/gstreamer-interfaces-uninstalled.pc gst-libs/gst/gconf/gstreamer-gconf.pc gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc gst-plugins.spec @@ -1296,6 +1298,7 @@ gst-libs/gst/media-info/Makefile gst-libs/gst/mixer/Makefile gst-libs/gst/navigation/Makefile gst-libs/gst/play/Makefile +gst-libs/gst/propertyprobe/Makefile gst-libs/gst/resample/Makefile gst-libs/gst/riff/Makefile gst-libs/gst/tuner/Makefile -- cgit