summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-11-30 20:09:03 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-11-30 20:09:03 +0000
commit2b814e4191b892defbfa1baa7209aaac6d4de3a4 (patch)
treed1f76b62d7a8ab8acc5049212663582bd8cec3c6 /ext
parent1ab41f83b74bb3c1390083e35b2bf1af5e8d7144 (diff)
dvdread: link to libgmodule-2.0 since the g_module_* API is used
And the gmodule lib has been moved into the Requires.private section of the pkg-config file in core.
Diffstat (limited to 'ext')
-rw-r--r--ext/dvdread/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/dvdread/Makefile.am b/ext/dvdread/Makefile.am
index e3bfa828..d5c9bac0 100644
--- a/ext/dvdread/Makefile.am
+++ b/ext/dvdread/Makefile.am
@@ -1,8 +1,9 @@
plugin_LTLIBRARIES = libgstdvdread.la
libgstdvdread_la_SOURCES = dvdreadsrc.c
-libgstdvdread_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(DVDREAD_CFLAGS)
-libgstdvdread_la_LIBADD = $(GST_BASE_LIBS) $(DVDREAD_LIBS)
+libgstdvdread_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(DVDREAD_CFLAGS)
+libgstdvdread_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) \
+ $(GMODULE_NO_EXPORT_LIBS) $(DVDREAD_LIBS)
libgstdvdread_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstdvdread_la_LIBTOOLFLAGS = --tag=disable-static