[vlc-devel] commit: Makefile.am: Always rebuild VLC.app on libvlc or libvlccore changes . (Pierre d'Herbemont )

git version control git at videolan.org
Fri Aug 15 13:05:56 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri Aug 15 13:08:39 2008 +0200| [3ff7b96221d04a63be063d30cdf9d136d9398cfb] | committer: Pierre d'Herbemont 

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3ff7b96221d04a63be063d30cdf9d136d9398cfb
---

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0087a47..c69649e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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"




More information about the vlc-devel mailing list