X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile.am;h=c69649e700321800b511da811dc58fdc6ebdba0b;hb=e94994692198f1b4eefc8f2d034b3d47fe25d0a7;hp=d7c58bf0bf7f3c56bf762c448a1f38f33d24710c;hpb=a017df43b37c4c694936710f847c472c17d271fc;p=vlc diff --git a/Makefile.am b/Makefile.am index d7c58bf0bf..c69649e700 100644 --- a/Makefile.am +++ b/Makefile.am @@ -564,7 +564,7 @@ VLC-release.app: vlc # This is just for development purposes. # The resulting VLC.app will only in this tree. -VLC.app: vlc +VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.libs/libvlc.dylib (cd src && make install) rm -Rf $(top_builddir)/tmp mkdir -p "$(top_builddir)/tmp/extras/package/macosx" @@ -641,7 +641,10 @@ VLC.app: vlc chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC $(INSTALL) $(top_builddir)/src/.libs/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC ln -sf ../../../modules $(top_builddir)/VLC.app/Contents/MacOS/modules - ln -sfn `pwd`/$(srcdir)/share $(top_builddir)/VLC.app/Contents/MacOS/ + install -d $(top_builddir)/VLC.app/Contents/MacOS/share + for i in `ls $(srcdir)/share`; do \ + ln -sf `pwd`/$(srcdir)/share/$$i $(top_builddir)/VLC.app/Contents/MacOS/share/; \ + done $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/locale cat $(top_srcdir)/po/LINGUAS | while read i; do \ mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \