]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Thu, 23 May 2002 20:03:43 +0000 (20:03 +0000)
committerhno <>
Thu, 23 May 2002 20:03:43 +0000 (20:03 +0000)
helpers/basic_auth/winbind/Makefile.in
helpers/ntlm_auth/winbind/Makefile.in

index 42262582ceeb98b36635f7061c28d6d68c72b068..01b546c68cf416a9fe44a4c0392531392b827b44 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.2 2002/05/20 01:48:03 hno Exp $
+#  $Id: Makefile.in,v 1.3 2002/05/23 14:03:43 hno Exp $
 #
 
 SHELL = @SHELL@
@@ -124,7 +124,7 @@ wb_auth_SOURCES = wb_basic_auth.c wb_common.c samba_nss.h winbindd_nss.h wbntlm.
 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)
 subdir = src/auth/basic/helpers/winbind
 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
index 83784c89b506ddd0ea197bdf6acb1f35ff4d6c89..2322d2210c4d11313f77763e18411f383bd73da5 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.3 2002/05/20 02:05:37 hno Exp $
+#  $Id: Makefile.in,v 1.4 2002/05/23 14:03:44 hno Exp $
 #
 
 SHELL = @SHELL@
@@ -128,7 +128,7 @@ EXTRA_DIST = \
 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)
 subdir = src/auth/ntlm/helpers/winbind
 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/include/autoconf.h