Commit 83adfa3d authored by Rafaël Carré's avatar Rafaël Carré

Fix vlc linking broken in [7a7630a1]

It gave -static -no-install flags to vlc instead of vlc-static
parent 3d82b2a5
...@@ -48,7 +48,7 @@ vlc_LDADD += -lwininet vlc_win32_rc.$(OBJEXT) ...@@ -48,7 +48,7 @@ vlc_LDADD += -lwininet vlc_win32_rc.$(OBJEXT)
vlc_DEPENDENCIES += vlc_win32_rc.$(OBJEXT) vlc_DEPENDENCIES += vlc_win32_rc.$(OBJEXT)
else else
vlc_LDADD += $(LIBDL) vlc_LDADD += $(LIBDL)
vlc_LDFLAGS += -no-install -static vlc_static_LDFLAGS += -no-install -static
endif endif
vlc_win32_rc.rc: $(top_builddir)/config.status vlc_win32_rc.rc.in vlc_win32_rc.rc: $(top_builddir)/config.status vlc_win32_rc.rc.in
......
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