]> git.sesse.net Git - vlc/commitdiff
vlc.exe: remove -lintl from dependencies (should be added to libvlc.la)
authorDamien Fouilleul <damienf@videolan.org>
Mon, 30 Jul 2007 08:55:05 +0000 (08:55 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Mon, 30 Jul 2007 08:55:05 +0000 (08:55 +0000)
Makefile.am

index 1b2214efd93c1c1ccb2a18b39669c3ec2ab30295..4d76bd8620913e34d5d4732de9fd87c37f09cd25 100644 (file)
@@ -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)" ;; \