From: RĂ©mi Denis-Courmont Date: Sat, 10 Apr 2010 20:21:54 +0000 (+0300) Subject: build the static VLC binary with $(make core) X-Git-Tag: 1.1.0-pre1~51 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=f1a2b56f7efc2530e76d9b5b203328fefe536c7d build the static VLC binary with $(make core) --- diff --git a/Makefile.am b/Makefile.am index 2a9ffd9560..62ddd14e42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -332,8 +332,8 @@ libcompat: libvlc: libcompat cd src && $(MAKE) $(AM_MAKEFLAGS) libvlc.la -core: libvlc - cd bin && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT) +core: libvlc vlc + cd bin && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT) vlc-static$(EXEEXT) doc: cd doc && $(MAKE) $(AM_MAKEFLAGS) doc