]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Sun, 15 Aug 2004 06:10:33 +0000 (06:10 +0000)
committerhno <>
Sun, 15 Aug 2004 06:10:33 +0000 (06:10 +0000)
helpers/external_acl/ip_user/Makefile.in
helpers/external_acl/ldap_group/Makefile.in
helpers/external_acl/unix_group/Makefile.in
helpers/external_acl/winbind_group/Makefile.in

index 93c84d63fe389a87d2d100e459336dcfe8471e9a..943625d2ca228932a0926483c13c2ac86d96c50a 100644 (file)
@@ -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
index f4916823b4f9406a41005d48eda00a7ffefb7628..8c40f4bb5094da9daf7281dfe7743fcb07d10db7 100644 (file)
@@ -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
index d75112081f9706c2b5304f8400618aaa78b2f3f1..cde418e57952ec4dd10e48a992a4752d83c6e64c 100644 (file)
@@ -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
index f976b8f687e1725b4cabf5be66ab8f1201537247..69f7bac3c138652c1eaa20316ed7212f5be79c61 100644 (file)
@@ -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