Commit e1e98dbd authored by Todd Kirby's avatar Todd Kirby Committed by Michael Niedermayer

removing the .so file when make clean is run patch by ("Todd.Kirby"...

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
parent 9291d591
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment