From bd5c1734c30588ba439ae11d345ac7b3252bb84c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 1 Jan 2010 23:55:10 +0100 Subject: [PATCH] Win32: Be sure to strip axvlc.dll and npvlc.dll --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.39.2