From a472d1c2266df0ca4c01d0d25fb39b99248c7995 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 5 Oct 2009 15:28:33 +0100 Subject: [PATCH] Fix distclean/distcheck --- gst-libs/ext/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am index b4942f6090..367274b847 100644 --- a/gst-libs/ext/Makefile.am +++ b/gst-libs/ext/Makefile.am @@ -22,6 +22,7 @@ clean-local: cd ffmpeg && $(MAKE) clean dist-clean: + cd ffmpeg && $(MAKE) distclean rm -rf $(TMP_DIST_DIR) rm -f Makefile