[vlc-commits] macosx: Fix VLC.app build

David Fuhrmann git at videolan.org
Mon May 29 22:00:33 CEST 2017


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Mon May 29 21:56:05 2017 +0200| [157e52faef0b888518115c0c24e71d20ad4c2040] | committer: David Fuhrmann

macosx: Fix VLC.app build

Fixes build of VLC.app bundle, by making sure to copy all
needed ressources.

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

 modules/gui/macosx/Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/modules/gui/macosx/Makefile.am b/modules/gui/macosx/Makefile.am
index eb1afa0acc..30852650dc 100644
--- a/modules/gui/macosx/Makefile.am
+++ b/modules/gui/macosx/Makefile.am
@@ -782,7 +782,5 @@ libmacosx_plugin_la_RES += \
 	gui/macosx/Resources/vlc.scriptSuite \
 	gui/macosx/Resources/vlc.scriptTerminology
 
-EXTRA_DIST += $(libmacosx_plugin_la_RES)
-
-
+dist_libmacosx_plugin_la_DATA = $(libmacosx_plugin_la_RES)
 libmacosx_plugin_ladir = $(prefix)/share/macosx/Contents/Resources



More information about the vlc-commits mailing list