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, 3 insertions, 3 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 300da75..ebd3507 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -15,12 +15,12 @@ if HAVE_VORBISFILE
15 PLUGIN_OGG=libextractor_ogg.la 15 PLUGIN_OGG=libextractor_ogg.la
16endif 16endif
17 17
18#plugin_LTLIBRARIES = \ 18plugin_LTLIBRARIES = \
19 $(PLUGIN_OGG)
19# libextractor_id3.la \ 20# libextractor_id3.la \
20# libextractor_id3v2.la \ 21# libextractor_id3v2.la \
21# libextractor_ebml.la \ 22# libextractor_ebml.la \
22# libextractor_s3m.la \ 23# libextractor_s3m.la \
23# $(PLUGIN_OGG) \
24# libextractor_png.la \ 24# libextractor_png.la \
25# libextractor_mp3.la 25# libextractor_mp3.la
26 26
@@ -84,7 +84,7 @@ libextractor_png_la_LIBADD = \
84EXTRA_DIST = template_extractor.c 84EXTRA_DIST = template_extractor.c
85 85
86if HAVE_ZZUF 86if HAVE_ZZUF
87 fuzz_tests=fuzz_default.sh fuzz_thumbnail.sh 87 fuzz_tests=fuzz_default.sh
88endif 88endif
89 89
90TESTS = $(fuzz_tests) \ No newline at end of file 90TESTS = $(fuzz_tests) \ No newline at end of file