1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

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
This commit is contained in:
Todd Kirby 2004-09-16 17:15:58 +00:00 committed by Michael Niedermayer
parent 9291d59123
commit e1e98dbd57

View File

@ -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