From 15d6933ee064a25f1b9753841fb87f261ea3e736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 4 Apr 2007 12:54:50 +0200 Subject: Hook clean-local and distclean-local rules so that the FFmpeg tree is properly cleaned on request. --- contrib/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'contrib') diff --git a/contrib/Makefile.am b/contrib/Makefile.am index b31e1da04..7b7ad76c4 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -33,3 +33,9 @@ ffmpeg/libavcodec/libavcodec.a: ffmpeg/config.mak ffmpeg/libpostproc/libpostproc.a: ffmpeg/config.mak $(MAKE) -C ffmpeg/libpostproc libpostproc.a + +clean-local: + -$(MAKE) -C ffmpeg clean + +distclean-local: + -$(MAKE) -C ffmpeg distclean -- cgit v1.2.3