Commit b64a5f2c authored by Damien Fouilleul's avatar Damien Fouilleul

vlc.exe: remove -lintl from dependencies (should be added to libvlc.la)

parent 0ed75680
......@@ -267,7 +267,7 @@ if HAVE_WINCE
vlc_WORKAROUNDLDFLAGS = $(LIBVLC)
endif
vlc_DEPENDENCIES = src/$(LIB_libvlc) $(DATA_win32_rc)
vlc_DEPENDENCIES = $(LIBVLC) $(DATA_win32_rc)
vlc_LDADD = $(DATA_win32_rc) $(LIBVLC) $(LTLIBINTL)
......@@ -288,7 +288,7 @@ core: libvlc
src/$(LIB_libvlc): libvlc
vlc$(EXEEXT): $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_DEPENDENCIES)
vlc$(EXEEXT): $(vlc_OBJECTS) $(vlc_DEPENDENCIES)
@rm -f vlc$(EXEEXT)
@case `$(VLC_CONFIG) --linkage vlc builtin` in \
c++) cmd="$(CXXLINK)" ;; \
......
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