From: Daniel Stenberg Date: Tue, 5 Aug 2003 15:22:15 +0000 (+0000) Subject: LDFLAGS fix to make the GSSAPI build again X-Git-Tag: curl-7_10_7~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3e7a5d75577d7b0488424fb0c801cd900adfbff;p=curl LDFLAGS fix to make the GSSAPI build again --- 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