From: Monty Taylor Date: Tue, 29 Jun 2010 15:58:27 +0000 (-0700) Subject: Add in proper depend tracking for tests/testapp. X-Git-Tag: 0.41~6^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=9df71462f1663e01d6f4317c60b2f5ae1c4fe1da;p=m6w6%2Flibmemcached Add in proper depend tracking for tests/testapp. --- diff --git a/tests/include.am b/tests/include.am index d82538b9..f3b767ca 100644 --- a/tests/include.am +++ b/tests/include.am @@ -41,6 +41,7 @@ tests_libtest_la_SOURCES= tests/test.c tests_testapp_CFLAGS= $(AM_CFLAGS) $(NO_CONVERSION) $(NO_STRICT_ALIASING) tests_testapp_SOURCES= tests/mem_functions.c tests_testapp_DEPENDENCIES= \ + $(BUILT_SOURCES) \ clients/libgenexec.la \ tests/libserver.la \ tests/libtest.la \