diff options
Diffstat (limited to 'src/plugins/Makefile.am')
-rw-r--r-- | src/plugins/Makefile.am | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 3bfca47..d55b720 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am | |||
@@ -110,9 +110,11 @@ TEST_JPEG=test_jpeg | |||
110 | endif | 110 | endif |
111 | 111 | ||
112 | if HAVE_MP4 | 112 | if HAVE_MP4 |
113 | if HAVE_EXPERIMENTAL | ||
113 | PLUGIN_MP4=libextractor_mp4.la | 114 | PLUGIN_MP4=libextractor_mp4.la |
114 | TEST_MP4=test_mp4 | 115 | TEST_MP4=test_mp4 |
115 | endif | 116 | endif |
117 | endif | ||
116 | 118 | ||
117 | if HAVE_MPEG2 | 119 | if HAVE_MPEG2 |
118 | PLUGIN_MPEG=libextractor_mpeg.la | 120 | PLUGIN_MPEG=libextractor_mpeg.la |
@@ -230,6 +232,19 @@ libtest_la_LIBADD = \ | |||
230 | $(top_builddir)/src/main/libextractor.la | 232 | $(top_builddir)/src/main/libextractor.la |
231 | 233 | ||
232 | 234 | ||
235 | libextractor_archive_la_SOURCES = \ | ||
236 | archive_extractor.c | ||
237 | libextractor_archive_la_LDFLAGS = \ | ||
238 | $(PLUGINFLAGS) | ||
239 | libextractor_archive_la_LIBADD = \ | ||
240 | -larchive | ||
241 | |||
242 | test_archive_SOURCES = \ | ||
243 | test_archive.c | ||
244 | test_archive_LDADD = \ | ||
245 | $(top_builddir)/src/plugins/libtest.la | ||
246 | |||
247 | |||
233 | libextractor_deb_la_SOURCES = \ | 248 | libextractor_deb_la_SOURCES = \ |
234 | deb_extractor.c | 249 | deb_extractor.c |
235 | libextractor_deb_la_LDFLAGS = \ | 250 | libextractor_deb_la_LDFLAGS = \ |
@@ -542,19 +557,6 @@ test_sid_LDADD = \ | |||
542 | $(top_builddir)/src/plugins/libtest.la | 557 | $(top_builddir)/src/plugins/libtest.la |
543 | 558 | ||
544 | 559 | ||
545 | libextractor_archive_la_SOURCES = \ | ||
546 | archive_extractor.c | ||
547 | libextractor_archive_la_LDFLAGS = \ | ||
548 | $(PLUGINFLAGS) | ||
549 | libextractor_archive_la_LIBADD = \ | ||
550 | -larchive | ||
551 | |||
552 | test_archive_SOURCES = \ | ||
553 | test_archive.c | ||
554 | test_archive_LDADD = \ | ||
555 | $(top_builddir)/src/plugins/libtest.la | ||
556 | |||
557 | |||
558 | libextractor_thumbnailffmpeg_la_SOURCES = \ | 560 | libextractor_thumbnailffmpeg_la_SOURCES = \ |
559 | thumbnailffmpeg_extractor.c | 561 | thumbnailffmpeg_extractor.c |
560 | libextractor_thumbnailffmpeg_la_LDFLAGS = \ | 562 | libextractor_thumbnailffmpeg_la_LDFLAGS = \ |