[vlc-devel] commit: No need for huge automake if's ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu May 22 18:08:39 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Thu May 22 19:10:10 2008 +0300| [3f02d5ddbd48efd89f6e3ffaff3e24e86220b52c]
No need for huge automake if's
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f02d5ddbd48efd89f6e3ffaff3e24e86220b52c
---
Makefile.am | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 6883305..c424ed3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -385,10 +385,12 @@ vlc$(EXEEXT): Makefile.am
mv -f -- vlc.tmp vlc
if HAVE_DARWIN
-# Create the MacOS X app
if BUILD_VLC
+# Create the MacOS X app
noinst_DATA = VLC.app
endif
+endif
+
# VLC-release.app for packaging and giving it to your friends
# use package-macosx to get a nice dmg
VLC-release.app: vlc
@@ -643,7 +645,6 @@ VLC.app: vlc
$(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
done
printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
-endif
###############################################################################
# Building architecture-specific binary packages
More information about the vlc-devel
mailing list