[vlc-commits] commit: build the static VLC binary with $(make core) ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sat Apr 10 22:22:16 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Apr 10 23:21:54 2010 +0300| [f1a2b56f7efc2530e76d9b5b203328fefe536c7d] | committer: Rémi Denis-Courmont
build the static VLC binary with $(make core)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f1a2b56f7efc2530e76d9b5b203328fefe536c7d
---
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 2a9ffd9..62ddd14 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
More information about the vlc-commits
mailing list