diff options
author | David Schleef <ds@schleef.org> | 2003-10-30 02:36:42 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-10-30 02:36:42 +0000 |
commit | 3e49bcfc01fcb2a46935f528fa2dccfeaf29803a (patch) | |
tree | c9446d636fbf953b291f254e932e948d2d2f783c /configure.ac | |
parent | c186da6a66001e3de61d53212c708fd2e6cab5d2 (diff) | |
download | gst-plugins-bad-3e49bcfc01fcb2a46935f528fa2dccfeaf29803a.tar.gz gst-plugins-bad-3e49bcfc01fcb2a46935f528fa2dccfeaf29803a.tar.bz2 gst-plugins-bad-3e49bcfc01fcb2a46935f528fa2dccfeaf29803a.zip |
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.
Diffstat (limited to 'configure.ac')
-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 |