mirror of
https://github.com/videolan/vlc.git
synced 2024-11-28 04:14:07 +08:00
core depends on libcompat.la
This commit is contained in:
parent
52c18c4dec
commit
812fd61fad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user