(-lsocket on Solaris and many other platform dependencies are herein)
#
# 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)
#
# 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
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)