diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-13 00:12:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-13 00:12:06 +0000 |
commit | c9d154ca7fef5ce8f484b4ef155c07965f8bdcdf (patch) | |
tree | e8d83fc498e963a76b5917f706ddabe5f7833409 /lib | |
parent | 5911485f38a31f2b26ace84e8a3edabd3b7fc056 (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.am | 2 |
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, |