diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libffmpeg/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am index 10d1a3f9f..9ca29bbde 100644 --- a/src/libffmpeg/Makefile.am +++ b/src/libffmpeg/Makefile.am @@ -4,7 +4,11 @@ SUBDIRS = libavcodec -EXTRA_DIST = diff_to_ffmpeg_cvs.txt +# I don't think this should include internal docs that are not interesting +# for end users at all... -siggi +EXTRA_DIST = + +INTERNAL_DOCS = diff_to_ffmpeg_cvs.txt LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic |