From: hno <> Date: Sun, 15 Aug 2004 06:10:33 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~1072 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=350598009895fd2b42516149116cefec3540e38d;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/helpers/external_acl/ip_user/Makefile.in b/helpers/external_acl/ip_user/Makefile.in index 93c84d63fe..943625d2ca 100644 --- a/helpers/external_acl/ip_user/Makefile.in +++ b/helpers/external_acl/ip_user/Makefile.in @@ -17,7 +17,7 @@ # # 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: # @@ -228,11 +228,8 @@ EXTRA_DIST = \ # 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 diff --git a/helpers/external_acl/ldap_group/Makefile.in b/helpers/external_acl/ldap_group/Makefile.in index f4916823b4..8c40f4bb50 100644 --- a/helpers/external_acl/ldap_group/Makefile.in +++ b/helpers/external_acl/ldap_group/Makefile.in @@ -17,7 +17,7 @@ # # 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: # @@ -215,7 +215,8 @@ man_MANS = squid_ldap_group.8 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 diff --git a/helpers/external_acl/unix_group/Makefile.in b/helpers/external_acl/unix_group/Makefile.in index d75112081f..cde418e579 100644 --- a/helpers/external_acl/unix_group/Makefile.in +++ b/helpers/external_acl/unix_group/Makefile.in @@ -17,7 +17,7 @@ # # 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: # @@ -214,6 +214,9 @@ libexec_PROGRAMS = squid_unix_group 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 diff --git a/helpers/external_acl/winbind_group/Makefile.in b/helpers/external_acl/winbind_group/Makefile.in index f976b8f687..69f7bac3c1 100644 --- a/helpers/external_acl/winbind_group/Makefile.in +++ b/helpers/external_acl/winbind_group/Makefile.in @@ -17,7 +17,7 @@ # # 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@ @@ -211,10 +211,9 @@ target_alias = @target_alias@ 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