From 5467cacefc0b2ffd4a93e82f9a65a70e17907626 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Mon, 2 Feb 2009 21:37:52 +0100 Subject: [PATCH] mozilla: fix MacOS X plugin packaging --- projects/mozilla/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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/" -- 2.20.1