From: hno <> Date: Thu, 19 May 2005 06:10:38 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~743 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=65c2a90582e718e0e778d82bee6c5275d3316cb2;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/helpers/digest_auth/password/Makefile.in b/helpers/digest_auth/password/Makefile.in index df45417f78..e3d5858dea 100644 --- a/helpers/digest_auth/password/Makefile.in +++ b/helpers/digest_auth/password/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.51 2005/03/20 01:10:45 hno Exp $ +# $Id: Makefile.in,v 1.52 2005/05/19 00:10:38 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -228,13 +228,15 @@ libexec_PROGRAMS = digest_pw_auth digest_pw_auth_SOURCES = digest_pw_auth.c \ digest_common.h \ text_backend.c \ - text_backend.h + text_backend.h \ + ldap_backend.c \ + ldap_backend.h INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/src/ -LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) $(SSLLIB) +LDADD = -L$(top_builddir)/lib -lmiscutil $(LIB_LDAP) $(LIB_LBER) $(CRYPTLIB) $(XTRA_LIBS) $(SSLLIB) subdir = helpers/digest_auth/password ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs @@ -244,7 +246,7 @@ libexec_PROGRAMS = digest_pw_auth$(EXEEXT) PROGRAMS = $(libexec_PROGRAMS) am_digest_pw_auth_OBJECTS = digest_pw_auth.$(OBJEXT) \ - text_backend.$(OBJEXT) + text_backend.$(OBJEXT) ldap_backend.$(OBJEXT) digest_pw_auth_OBJECTS = $(am_digest_pw_auth_OBJECTS) digest_pw_auth_LDADD = $(LDADD) digest_pw_auth_DEPENDENCIES = @@ -254,6 +256,7 @@ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp am__depfiles_maybe = depfiles @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/digest_pw_auth.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/ldap_backend.Po \ @AMDEP_TRUE@ ./$(DEPDIR)/text_backend.Po COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -315,6 +318,7 @@ distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/digest_pw_auth.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldap_backend.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_backend.Po@am__quote@ distclean-depend: