diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-10 11:01:27 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-10 11:01:27 +0000 |
commit | 177c0e8da2b074fb797c16f674dcd6544579e454 (patch) | |
tree | 222107a92e9f029d6818c7f120cc04f20ed38f58 /gst-libs | |
parent | a1d7f2643770a8d26fdbd1efb046b937c678e0a1 (diff) | |
download | gst-plugins-bad-177c0e8da2b074fb797c16f674dcd6544579e454.tar.gz gst-plugins-bad-177c0e8da2b074fb797c16f674dcd6544579e454.tar.bz2 gst-plugins-bad-177c0e8da2b074fb797c16f674dcd6544579e454.zip |
this should fix Uraeus's rpm making problem
Original commit message from CVS:
this should fix Uraeus's rpm making problem
Diffstat (limited to 'gst-libs')
-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 \ |