diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-05 15:22:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-05 15:22:15 +0000 |
commit | f3e7a5d75577d7b0488424fb0c801cd900adfbff (patch) | |
tree | 8bda204aafcbc57e78b2dd28a7696e42238f3370 | |
parent | 5f0cba7775e5c1ec67efe6c2775bc0ef166d27d5 (diff) |
LDFLAGS fix to make the GSSAPI build again
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 33e42eaaf..3a08daee8 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -21,7 +21,7 @@ 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 +LDFLAGS += -L$(top_srcdir)/lib VERSION=-version-info 2:2:0 |