From: Jean-Paul Saman Date: Mon, 2 Feb 2009 20:37:52 +0000 (+0100) Subject: mozilla: fix MacOS X plugin packaging X-Git-Tag: 1.0.0-pre1~894 X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=5467cacefc0b2ffd4a93e82f9a65a70e17907626;hp=f0fc0b2353b5234746b8e2e5fd7b764d7915f469 mozilla: fix MacOS X plugin packaging --- diff --git a/projects/mozilla/Makefile.am b/projects/mozilla/Makefile.am index 9c3dfd55b5..3c9720f180 100644 --- a/projects/mozilla/Makefile.am +++ b/projects/mozilla/Makefile.am @@ -106,6 +106,8 @@ VLC\ Plugin.plugin: npvlc.rsrc $(lib_LTLIBRARIES) rm -Rf "$@" $(INSTALL) -d "$@/Contents/MacOS/lib" $(INSTALL) -d "$@/Contents/Resources" + $(INSTALL) .libs/npvlc.dylib "$@/Contents/MacOS/VLC Plugin" + dylib="$@/Contents/MacOS/VLC Plugin"; $(FIXEXECPATH); $(INSTALL) npvlc.rsrc "$@/Contents/Resources/VLC Plugin.rsrc" cp -r "$(top_srcdir)/extras/package/macosx/plugin/English.lproj" "$@/Contents/Resources/" cp -r "$(top_builddir)/extras/package/macosx/plugin/English.lproj" "$@/Contents/Resources/"