summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 4c83744204..b88c90f74a 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -143,7 +143,7 @@ install-headers:
g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
distclean clean:
- rm -f *.o *.d .depend *~ *.a *$(SLIBSUF) $(LIB)
+ rm -f *.o *.d *~ .depend *.a *.lib *.so *.dylib *.dll
#
# include dependency files if they exist