diff options
author | Edward Hervey <bilboed@bilboed.com> | 2010-06-16 12:10:34 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2010-06-16 12:10:34 +0200 |
commit | 024e9539acd756ae9319fd8d18d4fe92c01870f3 (patch) | |
tree | ea5c440c517700ffac64b109772cd577d2072b94 /gst-libs | |
parent | 96479cdd08cdf2699e8c01c70203a7a8e73f374f (diff) |
gst-libs: Fixup make distclean for new ffmpeg
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 367274b..4f85728 100644 --- a/gst-libs/ext/Makefile.am +++ b/gst-libs/ext/Makefile.am @@ -25,6 +25,7 @@ dist-clean: cd ffmpeg && $(MAKE) distclean rm -rf $(TMP_DIST_DIR) rm -f Makefile + rm -f ffmpeg/.version distclean: dist-clean |