]> git.sesse.net Git - vlc/commitdiff
fix framework building in VLC-release.app target
authorRafaël Carré <funman@videolan.org>
Sat, 9 Feb 2008 18:15:55 +0000 (18:15 +0000)
committerRafaël Carré <funman@videolan.org>
Sat, 9 Feb 2008 18:15:55 +0000 (18:15 +0000)
Makefile.am

index 7553ab30214eab0f0d58e3798afe4705ec7ecf53..4881c33c12b8b3057df7b18701d5772003d91713 100644 (file)
@@ -421,7 +421,7 @@ VLC-release.app: vlc
                  $(top_builddir)/VLC-release.app; \
        rm -Rf $(top_builddir)/tmp
        $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
-       ACTION="VLC-release.app" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/extras/package/macosx/Framework/Pre-Compile.sh
+       ACTION="VLC-release.app" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh
        $(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}` ; \