diff options
author | Edward Hervey <bilboed@bilboed.com> | 2009-02-10 12:34:36 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-02-10 12:34:36 +0100 |
commit | 3867dc01f62261100bf60ec188d6943d4173b430 (patch) | |
tree | 43f40b6d4559b8fceb0171f96341b90b501323d9 | |
parent | 13d9e1cee0821c9f95bd322a9bc51b16d87db4c5 (diff) |
Fix 'make distcheck'.
-rw-r--r-- | gst-libs/ext/Makefile.am | 2 |
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 |