diff options
author | David Schleef <ds@schleef.org> | 2003-05-21 07:47:28 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-05-21 07:47:28 +0000 |
commit | 5198587eb428d80476e85fcd72065294db708fb2 (patch) | |
tree | 6c2843c134d27ea1c5acee176f860abb4974de6f | |
parent | 6588850d7426b792046254d5ddf050c47172e932 (diff) | |
download | gst-plugins-bad-5198587eb428d80476e85fcd72065294db708fb2.tar.gz gst-plugins-bad-5198587eb428d80476e85fcd72065294db708fb2.tar.bz2 gst-plugins-bad-5198587eb428d80476e85fcd72065294db708fb2.zip |
Links also against libgstcontrol
Original commit message from CVS:
Links also against libgstcontrol
-rw-r--r-- | gst-libs/gst/play/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/play/Makefile.am b/gst-libs/gst/play/Makefile.am index 5853bac9..360fff49 100644 --- a/gst-libs/gst/play/Makefile.am +++ b/gst-libs/gst/play/Makefile.am @@ -8,7 +8,7 @@ libgstplay_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@ libgstplay_@GST_MAJORMINOR@include_HEADERS = play.h libgstplay_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_CFLAGS) -libgstplay_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_LIBS) +libgstplay_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_LIBS) $(GST_CONTROL_LIBS) libgstplay_@GST_MAJORMINOR@_la_LDFLAGS = -version-info @GST_PLUGINS_LIBVERSION@ noinst_HEADERS = playpipelines.c |