[vlc-commits] commit: build the static VLC binary with $(make core) ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Sun Apr 18 15:04:01 CEST 2010


vlc/vlc-1.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Apr 10 23:21:54 2010 +0300| [70b488560fa56cf4299cac5d845243f8a6a34623] | committer: Rémi Denis-Courmont 

build the static VLC binary with $(make core)
(cherry picked from commit f1a2b56f7efc2530e76d9b5b203328fefe536c7d)

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

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

diff --git a/Makefile.am b/Makefile.am
index de84559..3e9d034 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -332,8 +332,8 @@ MAINTAINERCLEANFILES = ChangeLog
 libvlc:
 	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



More information about the vlc-commits mailing list