]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
ntlm_sspi_auth: correct linkage to library libntlmauth.la
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 Oct 2012 06:57:13 +0000 (00:57 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 Oct 2012 06:57:13 +0000 (00:57 -0600)
helpers/ntlm_auth/SSPI/Makefile.am

index 7c6fd083110c7d9d8da8c48b627b23249fea79ce..c56fe6bc6746c11a3dcd7a012555a302a365cd93 100644 (file)
@@ -7,7 +7,7 @@ libexec_PROGRAMS = ntlm_sspi_auth
 ntlm_sspi_auth_SOURCES = ntlm_sspi_auth.cc
 
 LDADD = \
-       -L$(top_builddir)/libntlmauth -lntlmauth \
+       $(top_builddir)/lib/ntlmauth/libntlmauth.la \
        -L$(top_builddir)/lib -lsspwin32 \
        $(COMPAT_LIB) \
        -lnetapi32 \