# Makefile for authentication modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.4 2003/03/11 22:11:39 robertc Exp $
+# $Id: Makefile.am,v 1.5 2005/08/20 21:08:38 serassio Exp $
#
AUTOMAKE_OPTIONS = subdir-objects
AM_CFLAGS = @SQUID_CFLAGS@
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
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.12 2004/12/20 17:25:28 robertc Exp $
+# $Id: Makefile.am,v 1.13 2005/08/20 21:08:38 serassio Exp $
#
AUTOMAKE_OPTIONS = subdir-objects
null/StoreFSnull.h
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
- -I$(top_srcdir)/src/
+ -I$(top_srcdir)/src
## targets below to emulate distributed makefiles
coss/all: libcoss.a
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.6 2003/03/11 22:11:40 robertc Exp $
+# $Id: Makefile.am,v 1.7 2005/08/20 21:08:38 serassio Exp $
#
AUTOMAKE_OPTIONS = subdir-objects
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