[vlc-devel] commit: Same as previous commit ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Apr 21 22:05:06 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon Apr 21 22:45:49 2008 +0300| [aec97d0619dd79d8116d9614121305c3c9f8bba4]

Same as previous commit

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

 projects/mozilla/Makefile.am |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/projects/mozilla/Makefile.am b/projects/mozilla/Makefile.am
index 2312935..0b818b0 100644
--- a/projects/mozilla/Makefile.am
+++ b/projects/mozilla/Makefile.am
@@ -132,10 +132,11 @@ VLC\ Plugin.plugin: npvlc.rsrc $(lib_LTLIBRARIES)
 	cp -r "$(top_srcdir)/extras/package/macosx/plugin/English.lproj" "$@/Contents/Resources/"
 	$(INSTALL) "$(top_srcdir)/extras/package/macosx/plugin/Info.plist" "$@/Contents/Info.plist"
 	$(INSTALL) -d "$@/Contents/MacOS/modules"
-	for i in "" `$(VLC_CONFIG) --target plugin` ; do \
+	find $(top_srcdir)/modules/ -name '*_plugin.$(LIBEXT)' | \
+	while read i; do \
 	  if test -n "$$i" ; then \
-	    dylib="$@/Contents/MacOS/modules/`basename $$i$(LIBEXT)`"; \
-	    $(INSTALL) "`dirname $$i`/.libs/`basename $$i`$(LIBEXT)" "$$dylib"; \
+	    dylib="$@/Contents/MacOS/modules/`basename $$i`"; \
+	    $(INSTALL) "$$i" "$$dylib"; \
 	    install_name_tool -change "$(libdir)/libvlc.1.dylib" \
 	        "@executable_path/lib/libvlc.dylib" "$$dylib"; \
 	    $(FIXEXECPATH) ; \




More information about the vlc-devel mailing list