mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Fix 'make distcheck'.
This commit is contained in:
parent
13d9e1cee0
commit
3867dc01f6
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ dist-local:
|
||||||
|
|
||||||
distdir: dist-local
|
distdir: dist-local
|
||||||
cp -r $(TMP_DIST_DIR)/ffmpeg ${distdir}
|
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)
|
rm -rf $(TMP_DIST_DIR)
|
||||||
|
|
||||||
dist: dist-local
|
dist: dist-local
|
||||||
|
|
Loading…
Reference in a new issue