X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile.am;h=fa3a571c88978eb1d335800f875a0127b0be65f8;hb=812fd61fad502af348ec10d38c00e2af8a2860cf;hp=8014a8661954ec501146f48101d24ebafb4a7a6c;hpb=52c18c4dec68158eedd655e0502820b7d7b6128f;p=vlc diff --git a/Makefile.am b/Makefile.am index 8014a86619..fa3a571c88 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