From: Jean-Baptiste Kempf Date: Fri, 1 Jan 2010 22:55:10 +0000 (+0100) Subject: Win32: Be sure to strip axvlc.dll and npvlc.dll X-Git-Tag: 1.1.0-ff~1520 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bd5c1734c30588ba439ae11d345ac7b3252bb84c;p=vlc Win32: Be sure to strip axvlc.dll and npvlc.dll --- diff --git a/Makefile.am b/Makefile.am index 61603fbcdb..9888b70ce8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -901,6 +901,8 @@ package-win-common-strip: package-win32-base-debug echo "OK."; mkdir -p "$(win32_debugdir)"; \ fi for i in "" $(win32_destdir)/*$(LIBEXT) \ + $(win32_destdir)/activex/*$(LIBEXT) \ + $(win32_destdir)/mozilla/*$(LIBEXT) \ $(win32_destdir)/plugins/*$(LIBEXT) \ ; do \ if test -n "$$i" ; then \