[vlc-commits] macosx: fix make dist

David Fuhrmann git at videolan.org
Mon Dec 14 19:47:01 UTC 2020


vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Mon Dec 14 20:45:14 2020 +0100| [96fc54755d18b1091673043a965eafc71bf2af99] | committer: David Fuhrmann

macosx: fix make dist

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

 modules/gui/macosx/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/gui/macosx/Makefile.am b/modules/gui/macosx/Makefile.am
index cb1962ad94..99bb7df691 100644
--- a/modules/gui/macosx/Makefile.am
+++ b/modules/gui/macosx/Makefile.am
@@ -1,6 +1,6 @@
 SUFFIXES += .xib
 
-libmacosx_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) -fobjc-exceptions -fobjc-arc 
+libmacosx_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS) -fobjc-exceptions -fobjc-arc
 libmacosx_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(guidir)' \
 	-Wl,-framework,Cocoa -Wl,-framework,CoreServices \
 	-Wl,-framework,AVFoundation -Wl,-framework,CoreMedia -Wl,-framework,IOKit \
@@ -759,6 +759,7 @@ EXTRA_DIST += \
 	gui/macosx/Resources/pl.lproj/InfoPlist.strings \
 	gui/macosx/Resources/pt-BR.lproj/InfoPlist.strings \
 	gui/macosx/Resources/pt-PT.lproj/InfoPlist.strings \
+	gui/macosx/Resources/ro.lproj/InfoPlist.strings \
 	gui/macosx/Resources/sk.lproj/InfoPlist.strings \
 	gui/macosx/Resources/sl.lproj/InfoPlist.strings \
 	gui/macosx/Resources/sv.lproj/InfoPlist.strings \



More information about the vlc-commits mailing list