summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-05-12 13:02:41 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-05-12 13:02:41 +0000
commitde31a237d12e529ffeb0a9d77b1eeec07270d6cb (patch)
tree40389960c62e4456dde53979fad55a3190a61e5f /gst-libs
parent4de29a49a178fc15b7e1d1a69fca59af1c8f2227 (diff)
downloadgstreamer-de31a237d12e529ffeb0a9d77b1eeec07270d6cb.tar.gz
gst-libs/ext/Makefile.am: More fixes for make dist
Original commit message from CVS: * gst-libs/ext/Makefile.am: More fixes for make dist
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/ext/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am
index 744667d46c..cbc8400def 100644
--- a/gst-libs/ext/Makefile.am
+++ b/gst-libs/ext/Makefile.am
@@ -12,6 +12,7 @@ SUBDIRS =
DIST_SUBDIRS = ffmpeg
TMP_DIST_DIR=ffmpeg-dist
DIST_DIR=$(TMP_DIST_DIR)/.ffmpeg/
+EXTRA_DIST=Makefile.am
all-local:
cd ffmpeg && $(MAKE)
@@ -20,11 +21,13 @@ clean-local:
cd ffmpeg && $(MAKE) clean
dist-clean:
- rm -rf $(TMP_DIST_DIR)
+ rm -rf $(TMP_DIST_DIR)
+ rm -rf ffmpeg/
+ rm -f Makefile
distclean: dist-clean
-dist-local: dist-clean
+dist-local:
svn -r $(FFMPEG_REVISION) co $(FFMPEG_SVN) $(TMP_DIST_DIR)
mkdir $(DIST_DIR)
pwd
@@ -51,7 +54,8 @@ dist-local: dist-clean
rm -rf $(TMP_DIST_DIR)
distdir: dist-local
- cp -r ffmpeg Makefile* ${distdir}
+ cp -r ffmpeg ${distdir}
+ cp -f Makefile.am Makefile.in ${distdir}
dist: dist-local
tar -czf ffmpeg.tar.gz ffmpeg