From e1e98dbd570b28b579ba33b490b1c83b0888d15a Mon Sep 17 00:00:00 2001 From: Todd Kirby Date: Thu, 16 Sep 2004 17:15:58 +0000 Subject: removing the .so file when make clean is run patch by ("Todd.Kirby" ) Originally committed as revision 3470 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index 6911fb3265..a391ea2898 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -131,7 +131,7 @@ install-headers: g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $< distclean clean: - rm -f *.o *.d .depend *~ *.a $(LIB) + rm -f *.o *.d .depend *~ *.a *.so $(LIB) # # include dependency files if they exist -- cgit v1.2.3