Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
3f02d5dd
Commit
3f02d5dd
authored
May 22, 2008
by
Rémi Denis-Courmont
Browse files
No need for huge automake if's
parent
7e86c20b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
3f02d5dd
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment