#
# Makefile for the ip_user external_acl helper by Rodrigo Campos
#
-# $Id: Makefile.in,v 1.30 2003/07/23 00:14:07 hno Exp $
+# $Id: Makefile.in,v 1.31 2004/08/15 00:10:33 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
# sysconf_DATA =
-LDADD = @XTRA_LIBS@
-
-INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
- -I$(top_srcdir)/src/
-
+LDADD = -L$(top_builddir)/lib -lmiscutil @XTRA_LIBS@
+INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include
subdir = helpers/external_acl/ip_user
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.in,v 1.32 2003/07/23 00:14:09 hno Exp $
+# $Id: Makefile.in,v 1.33 2004/08/15 00:10:34 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
EXTRA_DIST = squid_ldap_group.8
squid_ldap_group_SOURCES = squid_ldap_group.c
-LDADD = -lldap -llber $(XTRA_LIBS)
+LDADD = -L$(top_builddir)/lib -lmiscutil -lldap -llber @XTRA_LIBS@
+INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include
subdir = helpers/external_acl/ldap_group
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.in,v 1.30 2003/07/23 00:14:11 hno Exp $
+# $Id: Makefile.in,v 1.31 2004/08/15 00:10:34 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
man_MANS = squid_unix_group.8
EXTRA_DIST = squid_unix_group.8
squid_unix_group_SOURCES = check_group.c
+
+LDADD = -L$(top_builddir)/lib -lmiscutil @XTRA_LIBS@
+INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include
subdir = helpers/external_acl/unix_group
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
#
# Makefile for the wb_group external_acl helper
#
-# $Id: Makefile.in,v 1.31 2003/07/23 00:14:15 hno Exp $
+# $Id: Makefile.in,v 1.32 2004/08/15 00:10:34 hno Exp $
#
srcdir = @srcdir@
libexec_PROGRAMS = wb_group
wb_group_SOURCES = wb_check_group.c wb_common.c wbntlm.h wb_common.h
EXTRA_DIST = readme.txt
-INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
- -I$(top_srcdir)/src -I@SAMBASOURCES@
-LDADD = -L$(top_builddir)/lib $(XTRA_LIBS)
+LDADD = -L$(top_builddir)/lib -lmiscutil @XTRA_LIBS@
+INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include -I@SAMBASOURCES@
subdir = helpers/external_acl/winbind_group
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs