changeset 522:c6043f70304f libavformat

removing the .so file when make clean is run patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
author michael
date Thu, 16 Sep 2004 17:15:58 +0000
parents eb14a350e64a
children d788959a01e2
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Sep 16 03:31:41 2004 +0000
+++ b/Makefile	Thu Sep 16 17:15:58 2004 +0000
@@ -131,7 +131,7 @@
 	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