diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-08-28 08:34:27 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-08-28 08:34:27 +0000 |
commit | c68cbcace52429e2f6c471809d9497c0879ffdaa (patch) | |
tree | 00c88acee2b0eeaee28d99a63d03f26966175baa | |
parent | 05935fb3e8eae9af1d3b087fa6cebf7ae837aca5 (diff) | |
download | libextractor-c68cbcace52429e2f6c471809d9497c0879ffdaa.tar.gz libextractor-c68cbcace52429e2f6c471809d9497c0879ffdaa.zip |
fix
-rw-r--r-- | src/plugins/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 2c23453..8dee500 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am | |||
@@ -20,6 +20,7 @@ EXTRA_DIST = \ | |||
20 | testdata/archive_test.tar \ | 20 | testdata/archive_test.tar \ |
21 | testdata/deb_bzip2.deb \ | 21 | testdata/deb_bzip2.deb \ |
22 | testdata/dvi_ora.dvi \ | 22 | testdata/dvi_ora.dvi \ |
23 | testdata/exiv2_iptc.jpg \ | ||
23 | testdata/flac_kraftwerk.flac \ | 24 | testdata/flac_kraftwerk.flac \ |
24 | testdata/gif_image.gif \ | 25 | testdata/gif_image.gif \ |
25 | testdata/html_grothoff.html \ | 26 | testdata/html_grothoff.html \ |
@@ -40,6 +41,7 @@ EXTRA_DIST = \ | |||
40 | testdata/png_image.png \ | 41 | testdata/png_image.png \ |
41 | testdata/ps_bloomfilter.ps \ | 42 | testdata/ps_bloomfilter.ps \ |
42 | testdata/ps_wallace.ps \ | 43 | testdata/ps_wallace.ps \ |
44 | testdata/riff_flame.avi \ | ||
43 | testdata/rpm_test.rpm \ | 45 | testdata/rpm_test.rpm \ |
44 | testdata/s3m_2nd_pm.s3m \ | 46 | testdata/s3m_2nd_pm.s3m \ |
45 | testdata/sid_wizball.sid \ | 47 | testdata/sid_wizball.sid \ |