diff options
author | David Schleef <ds@schleef.org> | 2003-10-30 02:36:41 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-10-30 02:36:41 +0000 |
commit | 9a8ac54fec673702659bf2380f1d524fafce84b0 (patch) | |
tree | 0a579e571a69093da1015c5db89bb8ffb13e178c | |
parent | de16f30576f3402e2b9e81756fd856d14933d795 (diff) |
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.
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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 |