diff options
-rw-r--r-- | gst-libs/ext/ffmpeg/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index b2ace5f0..3a9af8dd 100644 --- a/gst-libs/ext/ffmpeg/Makefile.am +++ b/gst-libs/ext/ffmpeg/Makefile.am @@ -1,5 +1,3 @@ -EXTRA_DIST = Tag - # this doesn't trigger the distdir target in the ffmpeg checkout DIST_SUBDIRS = @@ -12,6 +10,8 @@ endif SUBDIRS = $(FFMPEG_DIR) DISTFILES = \ + Tag \ + ffmpeg/CVS/Tag \ ffmpeg/Changelog \ ffmpeg/COPYING \ ffmpeg/CREDITS \ |