From 49e0f8625929d18af4c9c5e009fb405101ef499b Mon Sep 17 00:00:00 2001 From: Richard Hult Date: Wed, 17 Oct 2007 14:33:03 +0000 Subject: gst/dvdspu/Makefile.am: Fix LIBS - we need to link against libgstreamer. Original commit message from CVS: Patch by: Richard Hult * gst/dvdspu/Makefile.am: Fix LIBS - we need to link against libgstreamer. --- gst/dvdspu/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/dvdspu/Makefile.am') diff --git a/gst/dvdspu/Makefile.am b/gst/dvdspu/Makefile.am index ad2b17da..ce017fdf 100644 --- a/gst/dvdspu/Makefile.am +++ b/gst/dvdspu/Makefile.am @@ -4,7 +4,7 @@ plugin_LTLIBRARIES = libgstdvdspu.la libgstdvdspu_la_SOURCES = gstdvdspu.c gstdvdspu-render.c libgstdvdspu_la_CFLAGS = $(GST_CFLAGS) -libgstdvdspu_la_LIBADD = +libgstdvdspu_la_LIBADD = $(GST_LIBS) libgstdvdspu_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstdvdspu.h -- cgit v1.2.1