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

Fix a long-standing missing dependency of vlc upon libvlc

parent d7a9b8b1
...@@ -381,7 +381,7 @@ misc/revision.c: ...@@ -381,7 +381,7 @@ misc/revision.c:
bin_PROGRAMS = vlc bin_PROGRAMS = vlc
# #
vlc_SOURCES = vlc.c vlc_SOURCES = vlc.c
vlc_DEPENDENCIES = $(DATA_win32_rc) vlc_DEPENDENCIES = $(DATA_win32_rc) libvlc.la
vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc` vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
vlc_LDFLAGS = `$(VLC_CONFIG) --ldflags vlc` vlc_LDFLAGS = `$(VLC_CONFIG) --ldflags vlc`
......
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