git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
f0fc0b2
)
mozilla: fix MacOS X plugin packaging
author
Jean-Paul Saman
<jpsaman@videolan.org>
Mon, 2 Feb 2009 20:37:52 +0000
(21:37 +0100)
committer
Jean-Paul Saman
<jpsaman@videolan.org>
Mon, 2 Feb 2009 22:33:34 +0000
(23:33 +0100)
projects/mozilla/Makefile.am
patch
|
blob
|
history
diff --git
a/projects/mozilla/Makefile.am
b/projects/mozilla/Makefile.am
index
9c3dfd5
..
3c9720f
100644
(file)
--- 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"
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/"
$(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/"