]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
The winbind helper needs XTRA_LIBS, just as mostly everything else...
authorhno <>
Thu, 23 May 2002 20:01:19 +0000 (20:01 +0000)
committerhno <>
Thu, 23 May 2002 20:01:19 +0000 (20:01 +0000)
(-lsocket on Solaris and many other platform dependencies are herein)

helpers/basic_auth/winbind/Makefile.am
helpers/ntlm_auth/winbind/Makefile.am

index 2213bdc2e684c7ebdfd7eba83487a5a16ffc9b55..49745ef686b78948ba9e04da7ecf66d88c79aac5 100644 (file)
@@ -1,11 +1,11 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.3 2002/05/20 01:46:20 hno Exp $
+#  $Id: Makefile.am,v 1.4 2002/05/23 14:01:19 hno Exp $
 #
 
 libexec_PROGRAMS = wb_auth
 wb_auth_SOURCES = wb_basic_auth.c wb_common.c samba_nss.h winbindd_nss.h wbntlm.h winbind_nss_config.h
 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
     -I$(top_srcdir)/src
-LDADD = -L$(top_builddir)/lib -lmiscutil -lntlmauth
+LDADD = -L$(top_builddir)/lib -lmiscutil -lntlmauth $(XTRA_LIBS)
index 72da0dd33661852b17cae058a4744620aff2b9b3..934ea64d07f4c7815364cb757fd1f9d57739e641 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.4 2002/05/20 02:03:57 hno Exp $
+#  $Id: Makefile.am,v 1.5 2002/05/23 14:01:20 hno Exp $
 #
 
 libexec_PROGRAMS = wb_ntlmauth
@@ -11,4 +11,4 @@ EXTRA_DIST = \
        patches/winbind_nss_config.patch
 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
     -I$(top_srcdir)/src
-LDADD = -L$(top_builddir)/lib -lmiscutil -lntlmauth -lm
+LDADD = -L$(top_builddir)/lib -lmiscutil -lntlmauth $(XTRA_LIBS)