Commit c9d154ca authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Removed extra LDFLAGS assignment. Pointed out in debian bug report #212086

(http://bugs.debian.org/212086). Patch by Domenico Andreoli.
parent 5911485f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@ endif
# we use srcdir/lib for the lib-private header files
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/lib -I$(top_srcdir)/lib $(ARESINC)

LDFLAGS += -L$(top_srcdir)/lib

VERSION=-version-info 2:2:0

# This flag accepts an argument of the form current[:revision[:age]]. So,