--------------------- PatchSet 1834 Date: 2001/04/07 00:30:00 Author: rbcollins Branch: squid-amake Tag: (none) Log: build diskd Members: src/fs/diskd/Makefile.am:1.1.2.1->1.1.2.2 Index: squid/src/fs/diskd/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/src/fs/diskd/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid/src/fs/diskd/Makefile.am 6 Apr 2001 12:40:30 -0000 1.1.2.1 +++ squid/src/fs/diskd/Makefile.am 7 Apr 2001 00:30:00 -0000 1.1.2.2 @@ -0,0 +1,11 @@ +# +# Makefile for the DISKD storage driver for the Squid Object Cache server +# +# $Id$ +# + +libexec_PROGRAMS = diskd +LDADD = ../lib/libmiscutil.a @XTRA_LIBS@ + +INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ + -I$(top_srcdir)/src/