#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.424 2007/06/10 12:09:21 hno Exp $
+# $Id: Makefile.in,v 1.425 2007/06/20 00:10:40 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
@EPOLL_LIBS@ \
@MINGW_LIBS@
-squid_DEPENDENCIES = $(top_builddir)/lib/libmiscutil.a @STORE_OBJS@ @STORE_LINKOBJS@ \
+squid_DEPENDENCIES = $(top_builddir)/lib/libmiscutil.a \
+ @STORE_OBJS@ \
+ @STORE_LINKOBJS@ \
@DISK_LIBS@ \
@DISK_LINKOBJS@ \
@REPL_OBJS@ \
@EPOLL_LIBS@ \
@MINGW_LIBS@
-ufsdump_DEPENDENCIES = $(top_builddir)/lib/libmiscutil.a
+ufsdump_DEPENDENCIES = $(top_builddir)/lib/libmiscutil.a \
+ @STORE_OBJS@ \
+ @STORE_LINKOBJS@ \
+ @DISK_LIBS@ \
+ @DISK_LINKOBJS@ \
+ @REPL_OBJS@ \
+ @AUTH_LINKOBJS@ \
+ @AUTH_OBJS@ \
+ @ICAP_LIBS@
+
nodist_ufsdump_SOURCES = \
repl_modules.cc \
cf_parser.h \