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
pull/126/head
Todd Kirby 20 years ago committed by Michael Niedermayer
parent 9291d59123
commit e1e98dbd57
  1. 2
      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

Loading…
Cancel
Save