[vlc-devel] commit: macosx-plugin: really fix the compilation if top_builddir != top_srcdir ( Felix Paul Kühne )
git version control
git at videolan.org
Fri Feb 20 13:33:42 CET 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Feb 20 13:33:31 2009 +0100| [521b3b3d69c41e3f7366d06becd8a99e4b305fb8] | committer: Felix Paul Kühne
macosx-plugin: really fix the compilation if top_builddir != top_srcdir
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=521b3b3d69c41e3f7366d06becd8a99e4b305fb8
---
projects/mozilla/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/projects/mozilla/Makefile.am b/projects/mozilla/Makefile.am
index ff4a0bb..0ee94fe 100644
--- a/projects/mozilla/Makefile.am
+++ b/projects/mozilla/Makefile.am
@@ -112,7 +112,7 @@ VLC\ Plugin.plugin: npvlc.rsrc $(lib_LTLIBRARIES)
$(INSTALL) .libs/npvlc.dylib "VLC-Plugin.plugin/Contents/MacOS/lib"
dylib="VLC-Plugin.plugin/Contents/MacOS/lib/npvlc.dylib"; $(FIXEXECPATH);
$(INSTALL) npvlc.rsrc "VLC-Plugin.plugin/Contents/Resources/VLC Plugin.rsrc"
- $(INSTALL) "$(top_srcdir)/extras/package/macosx/plugin/Info.plist" "VLC-Plugin.plugin/Contents/Info.plist"
+ $(INSTALL) "$(top_builddir)/extras/package/macosx/plugin/Info.plist" "VLC-Plugin.plugin/Contents/Info.plist"
mv "VLC-Plugin.plugin" "VLC Plugin.plugin"
find "VLC Plugin.plugin" -type d -exec chmod ugo+rx '{}' \;
find "VLC Plugin.plugin" -type f -exec chmod ugo+r '{}' \;
More information about the vlc-devel
mailing list