summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-02-10 12:34:36 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-02-10 12:34:36 +0100
commit3867dc01f62261100bf60ec188d6943d4173b430 (patch)
tree43f40b6d4559b8fceb0171f96341b90b501323d9
parent13d9e1cee0821c9f95bd322a9bc51b16d87db4c5 (diff)
Fix 'make distcheck'.
-rw-r--r--gst-libs/ext/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am
index 915a16f..cbafe3a 100644
--- a/gst-libs/ext/Makefile.am
+++ b/gst-libs/ext/Makefile.am
@@ -54,7 +54,7 @@ dist-local:
distdir: dist-local
cp -r $(TMP_DIST_DIR)/ffmpeg ${distdir}
- cp -f Makefile.am Makefile.in ${distdir}
+ cp -f $(top_srcdir)/gst-libs/ext/Makefile.am $(top_srcdir)/gst-libs/ext/Makefile.in ${distdir}
rm -rf $(TMP_DIST_DIR)
dist: dist-local