From c7178603f9371c81e00ca6e3fd768c6c000f5708 Mon Sep 17 00:00:00 2001 From: Damien Fouilleul Date: Wed, 19 Apr 2006 10:13:07 +0000 Subject: [PATCH] - added 'VLC Plugin.plugin' in MacOS X Disk image --- AUTHORS | 1 + Makefile.am | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index e39e4130e9..37656100bc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -180,6 +180,7 @@ N: Damien Fouilleul E: Damien.Fouilleul@laposte.net C: Quovodis D: ActiveX control +D: Safari/Firefox plugin for MacOS X S: Ireland N: Alexis Guillard diff --git a/Makefile.am b/Makefile.am index e9925410ce..a2ff636647 100644 --- a/Makefile.am +++ b/Makefile.am @@ -840,6 +840,9 @@ package-macosx: # Copy relevant files cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-${VERSION}/VLC.app" +if BUILD_MOZILLA + cp -R "$(top_builddir)/mozilla/VLC Plugin.plugin" "$(top_builddir)/vlc-${VERSION}/VLC Plugin.plugin" +endif cd "$(srcdir)" && cp AUTHORS COPYING ChangeLog README README.MacOSX.rtf THANKS NEWS $(top_builddir)/vlc-${VERSION}/ && cp -R extras/MacOSX/Delete_Preferences.app $(top_builddir)/vlc-${VERSION}/ # Create disk image -- 2.39.2