From bf288927ee2d2f7834391ca22b075000d2c1c4d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20Ku=CC=88hne?= Date: Sat, 3 Sep 2011 19:34:26 +0200 Subject: [PATCH] another compilation fix for the mac --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 264e796ed8..95d206677f 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" -- 2.39.2