Commit 812fd61f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

core depends on libcompat.la

parent 52c18c4d
...@@ -332,7 +332,10 @@ MAINTAINERCLEANFILES = ChangeLog ...@@ -332,7 +332,10 @@ MAINTAINERCLEANFILES = ChangeLog
# Shortcut for developpers to rebuild the core (libvlc + vlc) # Shortcut for developpers to rebuild the core (libvlc + vlc)
# Don't use it if you don't know what it is about. # Don't use it if you don't know what it is about.
# Don't complain if it doesn't work. -- Courmisch # 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 cd src && $(MAKE) $(AM_MAKEFLAGS) libvlc.la
core: libvlc core: libvlc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment