summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Kirby <doubleshot@pacbell.net>2004-09-16 17:15:58 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-09-16 17:15:58 +0000
commite1e98dbd570b28b579ba33b490b1c83b0888d15a (patch)
tree1d407ab65888a88c9c15810b7785fe258ab2dd53
parent9291d5912397509abf408ceea37382bfc803450d (diff)
removing the .so file when make clean is run patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
Originally committed as revision 3470 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
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