From 9df71462f1663e01d6f4317c60b2f5ae1c4fe1da Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 29 Jun 2010 08:58:27 -0700 Subject: [PATCH] Add in proper depend tracking for tests/testapp. --- tests/include.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2