diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-10-05 15:28:33 +0100 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-10-05 15:28:51 +0100 |
commit | a472d1c2266df0ca4c01d0d25fb39b99248c7995 (patch) | |
tree | 8227e7cbe534f67cd731afb6dc33f3c9a7ed3527 /gst-libs | |
parent | ee31435d496463120456fd388cd8f924d9d3ea98 (diff) |
Fix distclean/distcheck
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/ext/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am index b4942f6..367274b 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 |