]> granicus.if.org Git - curl/commitdiff
Removed extra LDFLAGS assignment. Pointed out in debian bug report #212086
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Oct 2003 00:12:06 +0000 (00:12 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Oct 2003 00:12:06 +0000 (00:12 +0000)
(http://bugs.debian.org/212086). Patch by Domenico Andreoli.

lib/Makefile.am

index f1bd00823c975580214d899c91310a6c99ecc5d1..63ca2c4c7d37727bc6f02d38a512c78d3bfd5a48 100644 (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,