]> git.sesse.net Git - vlc/commitdiff
Win32: Be sure to strip axvlc.dll and npvlc.dll
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 1 Jan 2010 22:55:10 +0000 (23:55 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 1 Jan 2010 22:55:10 +0000 (23:55 +0100)
Makefile.am

index 61603fbcdb98144fb38d88fcc74ff310136a8f09..9888b70ce8e256e035035e06715fb97a5f32f02c 100644 (file)
@@ -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 \