From c9d154ca7fef5ce8f484b4ef155c07965f8bdcdf Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 13 Oct 2003 00:12:06 +0000
Subject: [PATCH] Removed extra LDFLAGS assignment. Pointed out in debian bug
 report #212086 (http://bugs.debian.org/212086). Patch by Domenico Andreoli.

---
 lib/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index f1bd00823c..63ca2c4c7d 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -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,
-- 
GitLab