# Makefile for authentication modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.54 2005/08/16 00:11:51 hno Exp $
+# $Id: Makefile.in,v 1.55 2005/08/21 00:10:40 hno Exp $
#
AUTOMAKE_OPTIONS = subdir-objects
AM_CFLAGS = @SQUID_CFLAGS@
libdigest_a_SOURCES = digest/auth_digest.cc digest/auth_digest.h
libntlm_a_SOURCES = ntlm/auth_ntlm.cc ntlm/auth_ntlm.h
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
- -I$(top_srcdir)/src/
+ -I$(top_srcdir)/src
all: all-am
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.60 2005/08/16 00:11:51 hno Exp $
+# $Id: Makefile.in,v 1.61 2005/08/21 00:10:40 hno Exp $
#
srcdir = @srcdir@
null/StoreFSnull.h
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
- -I$(top_srcdir)/src/
+ -I$(top_srcdir)/src
all: all-am
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.54 2005/08/16 00:11:53 hno Exp $
+# $Id: Makefile.in,v 1.55 2005/08/21 00:10:40 hno Exp $
#
srcdir = @srcdir@
liblru_a_SOURCES = lru/store_repl_lru.cc
libheap_a_SOURCES = heap/store_heap_replacement.h heap/store_heap_replacement.cc heap/store_repl_heap.cc
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
- -I$(top_srcdir)/src/
+ -I$(top_srcdir)/src
all: all-am