]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix make check when Squid is configured with --enable-delay-pools.
authorDmitry Kurochkin <dmitry.kurochkin@measurement-factory.com>
Wed, 22 Jun 2011 02:36:36 +0000 (06:36 +0400)
committerDmitry Kurochkin <dmitry.kurochkin@measurement-factory.com>
Wed, 22 Jun 2011 02:36:36 +0000 (06:36 +0400)
src/Makefile.am

index c7e2da4b7170d0cdb180cdbb8310387e8943933c..e0724e6fc4db29ca9169e408dd533d48f0842819 100644 (file)
@@ -2591,7 +2591,8 @@ tests_testRock_SOURCES = \
        time.cc \
        url.cc \
        URLScheme.cc \
-       wordlist.cc
+       wordlist.cc \
+       $(DELAY_POOL_SOURCE)
 nodist_tests_testRock_SOURCES = \
        swap_log_op.cc \
        SquidMath.cc \