]> git.sesse.net Git - vlc/blobdiff - Makefile.am
Win32: Be sure to strip axvlc.dll and npvlc.dll
[vlc] / Makefile.am
index e28142fa9b3921ca01376103c999c87e155dbd51..9888b70ce8e256e035035e06715fb97a5f32f02c 100644 (file)
@@ -410,7 +410,7 @@ vlc$(EXEEXT):
        ln -sf bin/vlc-static$(EXEEXT) vlc$(EXEEXT)
 
 if HAVE_DARWIN
-if BUILD_VLC
+if BUILD_MACOSX_VLC_APP
 # Create the MacOS X app
 noinst_DATA = VLC.app
 endif
@@ -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 \