[vlc-devel] commit: mozilla: fix MacOS X plugin packaging (Jean-Paul Saman )

git version control git at videolan.org
Sun Feb 8 12:06:55 CET 2009


vlc | branch: 0.9-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Mon Feb  2 21:37:52 2009 +0100| [18dfe4f2eacd82c2bda67f279d17c157123c0a59] | committer: Felix Paul Kühne 

mozilla: fix MacOS X plugin packaging

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=18dfe4f2eacd82c2bda67f279d17c157123c0a59
---

 projects/mozilla/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/projects/mozilla/Makefile.am b/projects/mozilla/Makefile.am
index 9c3dfd5..3c9720f 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/"




More information about the vlc-devel mailing list