]> git.sesse.net Git - vlc/commitdiff
Makefile.am: Build and export the Framework in package-macosx. This is probably not...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 5 Nov 2007 17:18:17 +0000 (17:18 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 5 Nov 2007 17:18:17 +0000 (17:18 +0000)
Makefile.am

index 42fe2163a01c78c87f57674a178cfcb9b25cf28b..2c71e0342e2c18b1b322f0ff5e3e89c64d376997 100644 (file)
@@ -877,6 +877,10 @@ 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"; \