aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Makefile.am')
-rw-r--r--src/plugins/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 94e4b3b..77a3614 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -289,7 +289,10 @@ libextractor_gstreamer_la_CFLAGS = \
289test_gstreamer_SOURCES = \ 289test_gstreamer_SOURCES = \
290 test_gstreamer.c 290 test_gstreamer.c
291test_gstreamer_LDADD = \ 291test_gstreamer_LDADD = \
292 $(top_builddir)/src/plugins/libtest.la 292 $(top_builddir)/src/plugins/libtest.la \
293 $(GSTREAMER_LIBS) $(GSTREAMER_PBUTILS_LIBS)
294test_gstreamer_CFLAGS = \
295 $(GSTREAMER_CFLAGS) $(GSTREAMER_PBUTILS_CFLAGS)
293 296
294 297
295libextractor_html_la_SOURCES = \ 298libextractor_html_la_SOURCES = \