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

This commit is contained in:
Pierre d'Herbemont 2008-08-15 13:08:39 +02:00
parent 795a3c12f3
commit 3ff7b96221
1 changed files with 1 additions and 1 deletions

View File

@ -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"