Commit 3ff7b962 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Makefile.am: Always rebuild VLC.app on libvlc or libvlccore changes.

parent 795a3c12
......@@ -564,7 +564,7 @@ VLC-release.app: vlc
# This is just for development purposes.
# The resulting VLC.app will only in this tree.
VLC.app: vlc
VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.libs/libvlc.dylib
(cd src && make install)
rm -Rf $(top_builddir)/tmp
mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment