From b9d371913c66db1e4a430fdb3ebae449532563db Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 27 Nov 2005 17:02:53 +0000 Subject: configure.ac: fix up GST_PLUGIN_LDFLAGS Original commit message from CVS: * configure.ac: fix up GST_PLUGIN_LDFLAGS * gst/rtsp/rtspconnection.c: fix includes (see #317043) * gst/videofilter/Makefile.am: stop installing this library --- gst/videofilter/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/videofilter') diff --git a/gst/videofilter/Makefile.am b/gst/videofilter/Makefile.am index 17b3c3fa..3bfcbce6 100644 --- a/gst/videofilter/Makefile.am +++ b/gst/videofilter/Makefile.am @@ -1,4 +1,4 @@ -lib_LTLIBRARIES = libgstvideofilter-@GST_MAJORMINOR@.la +noinst_LTLIBRARIES = libgstvideofilter-@GST_MAJORMINOR@.la # noinst_LTLIBRARIES = libgstvideoexample.la plugin_LTLIBRARIES = libgstvideoflip.la @@ -9,7 +9,7 @@ CLEANFILES = gstvideoexample.c libgstvideofilter_@GST_MAJORMINOR@_la_SOURCES = gstvideofilter.c gstvideofilter.h libgstvideofilter_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -libgstvideofilter_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIBS) +libgstvideofilter_@GST_MAJORMINOR@_la_LIBS = $(GST_LIBS) # libgstvideoexample_la_SOURCES = gstvideoexample.c # libgstvideoexample_la_CFLAGS = $(GST_CFLAGS) -- cgit