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.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index a7e62b8..b03e307 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -553,6 +553,13 @@ test_wav_SOURCES = \
553test_wav_LDADD = \ 553test_wav_LDADD = \
554 $(top_builddir)/src/plugins/libtest.la 554 $(top_builddir)/src/plugins/libtest.la
555 555
556test_gstreamer_SOURCES = \
557 test_gstreamer.c
558test_gstreamer_LDADD = \
559 $(top_builddir)/src/plugins/libtest.la \
560 $(GSTREAMER_LIBS) $(GSTREAMER_PBUTILS_LIBS)
561test_gstreamer_CFLAGS = \
562 $(GSTREAMER_CFLAGS) $(GSTREAMER_PBUTILS_CFLAGS)
556 563
557libextractor_xm_la_SOURCES = \ 564libextractor_xm_la_SOURCES = \
558 xm_extractor.c 565 xm_extractor.c