]> git.sesse.net Git - vlc/commitdiff
No need for huge automake if's
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 22 May 2008 16:10:10 +0000 (19:10 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 22 May 2008 16:10:10 +0000 (19:10 +0300)
Makefile.am

index 6883305d933450610b55b32e4be3f3a8c0a28c63..c424ed3dd7c59b961798f35119f34506ebaab681 100644 (file)
@@ -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