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.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index b03e307..5093003 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -178,6 +178,7 @@ check_PROGRAMS = \
178 test_odf \ 178 test_odf \
179 test_ps \ 179 test_ps \
180 test_png \ 180 test_png \
181 test_riff \
181 test_s3m \ 182 test_s3m \
182 test_wav \ 183 test_wav \
183 test_xm \ 184 test_xm \
@@ -458,6 +459,11 @@ libextractor_riff_la_SOURCES = \
458libextractor_riff_la_LDFLAGS = \ 459libextractor_riff_la_LDFLAGS = \
459 $(PLUGINFLAGS) 460 $(PLUGINFLAGS)
460 461
462test_riff_SOURCES = \
463 test_riff.c
464test_riff_LDADD = \
465 $(top_builddir)/src/plugins/libtest.la
466
461 467
462libextractor_rpm_la_SOURCES = \ 468libextractor_rpm_la_SOURCES = \
463 rpm_extractor.c 469 rpm_extractor.c