diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-10-03 23:05:37 +0200 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-10-03 23:05:37 +0200 |
commit | 100122b7d3471e9543306159bf351ebf27dd6f4d (patch) | |
tree | bb5952708eac873aa8bf46b2df2d4cfd2e51f543 /plugins/libmp4ff | |
parent | 715bbb48b4f4d172f73173c9391f416953961464 (diff) |
fix stuff to pass make distcheck
Diffstat (limited to 'plugins/libmp4ff')
-rw-r--r-- | plugins/libmp4ff/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/libmp4ff/Makefile.am b/plugins/libmp4ff/Makefile.am new file mode 100644 index 00000000..acafaa95 --- /dev/null +++ b/plugins/libmp4ff/Makefile.am @@ -0,0 +1,13 @@ +noinst_LIBRARIES = libmp4ff.a +libmp4ff_a_SOURCES = \ + mp4atom.c\ + mp4ff.c\ + mp4ff.h\ + mp4ffint.h\ + mp4ff_int_types.h\ + mp4meta.c\ + mp4sample.c\ + mp4tagupdate.c\ + mp4util.c + + |