diff options
Diffstat (limited to 'src/plugins/Makefile.am')
-rw-r--r-- | src/plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index d55b720..2c23453 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am | |||
@@ -15,6 +15,7 @@ PLUGINFLAGS = $(makesymbolic) $(LE_PLUGIN_LDFLAGS) | |||
15 | SUBDIRS = . | 15 | SUBDIRS = . |
16 | 16 | ||
17 | EXTRA_DIST = \ | 17 | EXTRA_DIST = \ |
18 | fuzz_default.sh \ | ||
18 | template_extractor.c \ | 19 | template_extractor.c \ |
19 | testdata/archive_test.tar \ | 20 | testdata/archive_test.tar \ |
20 | testdata/deb_bzip2.deb \ | 21 | testdata/deb_bzip2.deb \ |
@@ -227,7 +228,7 @@ noinst_LTLIBRARIES = \ | |||
227 | libtest.la | 228 | libtest.la |
228 | 229 | ||
229 | libtest_la_SOURCES = \ | 230 | libtest_la_SOURCES = \ |
230 | test_lib.c | 231 | test_lib.c test_lib.h |
231 | libtest_la_LIBADD = \ | 232 | libtest_la_LIBADD = \ |
232 | $(top_builddir)/src/main/libextractor.la | 233 | $(top_builddir)/src/main/libextractor.la |
233 | 234 | ||