summaryrefslogtreecommitdiffstats
path: root/gst/nsf
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-08-31 13:01:15 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-08-31 13:01:15 +0000
commit622eddfbfd5d1c68c81a68a20971b81aeabb9c53 (patch)
tree9d67c29249d6903264a38a258c0d0d3b50c2efca /gst/nsf
parentafae632a69555ba7a7864077bf741d37b2f90826 (diff)
downloadgst-plugins-bad-622eddfbfd5d1c68c81a68a20971b81aeabb9c53.tar.gz
gst-plugins-bad-622eddfbfd5d1c68c81a68a20971b81aeabb9c53.tar.bz2
gst-plugins-bad-622eddfbfd5d1c68c81a68a20971b81aeabb9c53.zip
gst/nsf/Makefile.am: Add missing GST_LIBS
Original commit message from CVS: * gst/nsf/Makefile.am: Add missing GST_LIBS
Diffstat (limited to 'gst/nsf')
-rw-r--r--gst/nsf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/nsf/Makefile.am b/gst/nsf/Makefile.am
index 0214dc22..d501f948 100644
--- a/gst/nsf/Makefile.am
+++ b/gst/nsf/Makefile.am
@@ -27,7 +27,7 @@ NOSEFART_INCLUDES=fmopl.h \
libgstnsf_la_SOURCES = gstnsf.c $(NOSEFART_SOURCES)
libgstnsf_la_CFLAGS = $(GST_CFLAGS) -DNSF_PLAYER
-libgstnsf_la_LIBADD =
+libgstnsf_la_LIBADD = $(GST_LIBS)
libgstnsf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstnsf.h $(NOSEFART_INCLUDES)