[vlc-commits] another compilation fix for the mac

Felix Paul Kühne git at videolan.org
Sat Sep 3 19:35:05 CEST 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Sep  3 19:34:26 2011 +0200| [bf288927ee2d2f7834391ca22b075000d2c1c4d6] | committer: Felix Paul Kühne

another compilation fix for the mac

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

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

diff --git a/Makefile.am b/Makefile.am
index 264e796..95d2066 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -555,7 +555,7 @@ VLC-release.app: vlc
 
 # This is just for development purposes. 
 # The resulting VLC.app will only run in this tree.
-VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.libs/libvlc.dylib
+VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/lib/.libs/libvlc.dylib
 	$(AM_V_GEN)(cd src && make install $(silentstd))
 	rm -Rf $(top_builddir)/tmp
 	mkdir -p "$(top_builddir)/tmp/extras/package/macosx"



More information about the vlc-commits mailing list