diff Makefile @ 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 d95e74ef39e0
children 59da52e5f5a5
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