1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

(http://bugs.debian.org/212086). Patch by Domenico Andreoli.
This commit is contained in:
Daniel Stenberg 2003-10-13 00:12:06 +00:00
parent 5911485f38
commit c9d154ca7f

View File

@ -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,