]> git.sesse.net Git - vlc/commitdiff
Makefile.am: Don't ship the framework, since it's too big for now.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 13 Dec 2007 15:21:21 +0000 (15:21 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 13 Dec 2007 15:21:21 +0000 (15:21 +0000)
Makefile.am

index 3d099306b72c41bd9a6126109d4fc167fa6f11ac..8412aeb0fe3c524c88e7e6548a42da123205c22a 100644 (file)
@@ -966,10 +966,6 @@ package-macosx:
        echo "Create package directory: vlc-${VERSION}/";
        mkdir -p "$(top_builddir)/vlc-${VERSION}/";
 
-# For now, export the framework for third parties, from here
-       (cd $(top_builddir)/extras/MacOSX/Framework && xcodebuild);
-       cp -r $(top_builddir)/extras/MacOSX/Framework/build/Release/VLC.framework $(top_builddir)/vlc-${VERSION}/VLC.framework
-
 # Copy relevant files 
        @if test -e "$(top_builddir)/VLC-release.app/"; then \
          cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"; \