]> git.sesse.net Git - vlc/commitdiff
Revert revision [17165] because it broke libtool build on linux
authorJean-Paul Saman <jpsaman@videolan.org>
Sat, 21 Oct 2006 08:48:15 +0000 (08:48 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 21 Oct 2006 08:48:15 +0000 (08:48 +0000)
Makefile.am

index 70a5be8846d3428d3d9c6b115b355f1d92fd158e..c80129714bc297c90e6cd3c1fcf95eba49725507 100644 (file)
@@ -281,6 +281,7 @@ vlc_LDADD = $(DATA_win32_rc) $(LIBVLC)
 
 vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
 if USE_LIBTOOL
+vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc`
 LIB_libvlc = libvlc.la
 LIBVLC = src/$(LIB_libvlc)
 else