summaryrefslogtreecommitdiffstats
path: root/ext/swfdec/Makefile.am
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-12-09 04:15:02 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-12-09 04:15:02 +0000
commitb57b82d528198c35d721aad073d1048bb5b961e2 (patch)
tree1fecae12999a80082ca939acda7074fad834e8f3 /ext/swfdec/Makefile.am
parentbf3ce4ca5dcbd45df80f9ca485a07d9485f44e22 (diff)
downloadgst-plugins-bad-b57b82d528198c35d721aad073d1048bb5b961e2.tar.gz
gst-plugins-bad-b57b82d528198c35d721aad073d1048bb5b961e2.tar.bz2
gst-plugins-bad-b57b82d528198c35d721aad073d1048bb5b961e2.zip
swfdec Ported to 0.10.
Original commit message from CVS: swfdec Ported to 0.10.
Diffstat (limited to 'ext/swfdec/Makefile.am')
-rw-r--r--ext/swfdec/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/swfdec/Makefile.am b/ext/swfdec/Makefile.am
index 6207e275..d4e989f8 100644
--- a/ext/swfdec/Makefile.am
+++ b/ext/swfdec/Makefile.am
@@ -3,8 +3,8 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstswfdec.la
libgstswfdec_la_SOURCES = gstswfdec.c
-libgstswfdec_la_CFLAGS = $(GST_CFLAGS) $(SWFDEC_CFLAGS)
-libgstswfdec_la_LIBADD = $(SWFDEC_LIBS)
+libgstswfdec_la_CFLAGS = $(GST_CFLAGS) $(SWFDEC_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
+libgstswfdec_la_LIBADD = $(SWFDEC_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS)
libgstswfdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstswfdec.h