]> git.sesse.net Git - vlc/commitdiff
Mac OS X: Make sure luaplaylist folder is in the distribution.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 20 May 2007 15:36:55 +0000 (15:36 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 20 May 2007 15:36:55 +0000 (15:36 +0000)
Makefile.am

index 70aa1eaf5e1d63a528e82f183299a9d03740589d..5ba41cff8ad9fcc953bec1f0ff96eb26572c0d31 100644 (file)
@@ -446,6 +446,10 @@ VLC-release.app: vlc
            $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/lib/`basename $${i}` ; \
          done ; \
        fi
+       $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/luaplaylist
+       for i in $(srcdir)/share/luaplaylist/*.* ; do \
+         $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/luaplaylist/`basename $${i}` ; \
+       done ; \
        $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs
        $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js
        $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old