aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-13 00:12:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-13 00:12:06 +0000
commitc9d154ca7fef5ce8f484b4ef155c07965f8bdcdf (patch)
treee8d83fc498e963a76b5917f706ddabe5f7833409 /lib
parent5911485f38a31f2b26ace84e8a3edabd3b7fc056 (diff)
Removed extra LDFLAGS assignment. Pointed out in debian bug report #212086
(http://bugs.debian.org/212086). Patch by Domenico Andreoli.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index f1bd00823..63ca2c4c7 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,