]> git.sesse.net Git - vlc/blobdiff - Makefile.am
strip modern nib-files correctly when doing release builds
[vlc] / Makefile.am
index fa3a571c88978eb1d335800f875a0127b0be65f8..93a6e04c709517af7c8922d69766698a73da34a7 100644 (file)
@@ -588,6 +588,7 @@ VLC-release.app: vlc
        printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
        find $(top_builddir)/VLC-release.app/Contents/Resources/English.lproj -name classes.nib -delete;
        find $(top_builddir)/VLC-release.app/Contents/Resources/English.lproj -name info.nib -delete;
+       find $(top_builddir)/VLC-release.app/Contents/Resources/English.lproj -name designable.nib -delete;
        find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
        find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;