[vlc-devel] commit: core depends on libcompat.la ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat May 23 14:00:58 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 23 14:59:26 2009 +0300| [812fd61fad502af348ec10d38c00e2af8a2860cf] | committer: Rémi Denis-Courmont
core depends on libcompat.la
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=812fd61fad502af348ec10d38c00e2af8a2860cf
---
Makefile.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 8014a86..fa3a571 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -332,7 +332,10 @@ MAINTAINERCLEANFILES = ChangeLog
# Shortcut for developpers to rebuild the core (libvlc + vlc)
# Don't use it if you don't know what it is about.
# Don't complain if it doesn't work. -- Courmisch
-libvlc:
+libcompat:
+ cd compat && $(MAKE) $(AM_MAKEFLAGS)
+
+libvlc: libcompat
cd src && $(MAKE) $(AM_MAKEFLAGS) libvlc.la
core: libvlc
More information about the vlc-devel
mailing list