gst/asfdemux/Makefile.am: More asf makefile fixing.

Original commit message from CVS:
* gst/asfdemux/Makefile.am:
More asf makefile fixing.
This commit is contained in:
Wim Taymans 2006-02-16 17:57:59 +00:00
parent 92f24f4395
commit 8d08722f55
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-02-16 Wim Taymans <wim@fluendo.com>
* gst/asfdemux/Makefile.am:
More asf makefile fixing.
2006-02-16 Wim Taymans <wim@fluendo.com>
* ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain),

View file

@ -1,8 +1,8 @@
plugin_LTLIBRARIES = libgstasf.la
libgstasf_la_SOURCES = gstasfdemux.c gstasf.c asfheaders.c
libgstasf_la_CFLAGS = $(GST_CFLAGS)
libgstasf_la_LIBADD = $(GST_BASE_LIBS)\
libgstasf_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstasf_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)\
-lgstriff-@GST_MAJORMINOR@
libgstasf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)