diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-08-31 13:01:15 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-08-31 13:01:15 +0000 |
commit | 622eddfbfd5d1c68c81a68a20971b81aeabb9c53 (patch) | |
tree | 9d67c29249d6903264a38a258c0d0d3b50c2efca /gst/nsf | |
parent | afae632a69555ba7a7864077bf741d37b2f90826 (diff) | |
download | gstreamer-plugins-bad-622eddfbfd5d1c68c81a68a20971b81aeabb9c53.tar.gz |
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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/nsf/Makefile.am b/gst/nsf/Makefile.am index 0214dc22b..d501f9487 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) |