diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/nsf/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-08-31 Jan Schmidt <thaytan@mad.scientist.com> + + * gst/nsf/Makefile.am: + Add missing GST_LIBS + 2006-08-30 Edgard Lima <edgard.lima@indt.org.br> * sys/v4l2/gstv4l2src.c: 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) |