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

git version control git at videolan.org
Mon Feb 2 23:37:28 CET 2009


vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Mon Feb  2 21:37:52 2009 +0100| [5467cacefc0b2ffd4a93e82f9a65a70e17907626] | committer: Jean-Paul Saman 

mozilla: fix MacOS X plugin packaging

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

 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