gst/asfdemux/Makefile.am: But we do need to link against the riff libraryr.

Original commit message from CVS:
* gst/asfdemux/Makefile.am:
But we do need to link against the riff libraryr.
This commit is contained in:
Edward Hervey 2006-02-16 11:14:11 +00:00
parent ec51d1f77e
commit 1d4e8c977e
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-02-16 Edward Hervey <edward@fluendo.com>
* gst/asfdemux/Makefile.am:
But we do need to link against the riff libraryr.
2006-02-16 Edward Hervey <edward@fluendo.com>
* gst/asfdemux/Makefile.am:

View file

@ -2,7 +2,8 @@ plugin_LTLIBRARIES = libgstasf.la
libgstasf_la_SOURCES = gstasfdemux.c gstasf.c asfheaders.c
libgstasf_la_CFLAGS = $(GST_CFLAGS)
libgstasf_la_LIBADD =
libgstasf_la_LIBADD = $(GST_BASE_LIBS)\
-lgstriff-@GST_MAJORMINOR@
libgstasf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstasfdemux.h asfheaders.h gstasfmux.h