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

VLC needs libvlc, not just libvlccore

parent e23dd9e9
...@@ -314,7 +314,7 @@ DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile ChangeLog ...@@ -314,7 +314,7 @@ DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile ChangeLog
# 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: libvlc:
cd src && $(MAKE) $(AM_MAKEFLAGS) libvlccore.la cd src && $(MAKE) $(AM_MAKEFLAGS) libvlc.la
core: libvlc core: libvlc
cd bin && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT) cd bin && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)
......
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