Changeset ba9f39d7544e08064f2e5644be7d47cc155d7361

Show
Ignore:
Timestamp:
02/09/08 19:15:55 (5 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1202580955 +0000
git-parent:

[471d45f1a22892409ea45ce5bc0b84427dc5c104]

git-author:
Rafaël Carré <funman@videolan.org> 1202580955 +0000
Message:

fix framework building in VLC-release.app target

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r478c827 rba9f39d  
    422422    rm -Rf $(top_builddir)/tmp 
    423423    $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS 
    424     ACTION="VLC-release.app" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/extras/package/macosx/Framework/Pre-Compile.sh 
     424    ACTION="VLC-release.app" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh 
    425425    $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/luaplaylist 
    426426    for i in $(srcdir)/share/luaplaylist/*.* ; do \