Commit 2cead86e authored by Gildas Bazin's avatar Gildas Bazin

* Makefile.am, install-win32: include the mozilla plugin in the win32 package.
   You'll still have to install the mozilla plugin manually though.
parent d8799dcf
......@@ -566,6 +566,12 @@ package-win32-base:
cp $(srcdir)/share/http/admin/.access \
$(srcdir)/vlc-${VERSION}/http/admin/ ;
mkdir -p "$(srcdir)/vlc-${VERSION}/mozilla"
if BUILD_MOZILLA
cp $(srcdir)/mozilla/npvlc.dll $(srcdir)/vlc-${VERSION}/mozilla/ ;
cp $(srcdir)/mozilla/vlcintf.xpt $(srcdir)/vlc-${VERSION}/mozilla/ ;
endif
package-win32-base-exe:
# Create package
wine ~/.wine/fake_windows/Program\ Files/NSIS/makensis.exe \
......
......@@ -66,6 +66,7 @@ Section "Install"
File /r locale
File /r skins
File /r http
File /r mozilla
SetShellVarContext all
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment