From d9020264f4a9dfaaa40435eb54605331dcb77100 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 11 Oct 2013 17:33:19 +0200 Subject: [PATCH] checksum: The pool utility was moved to its own directory --- src/checksum/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checksum/Makefile.am b/src/checksum/Makefile.am index 0ab66c6c8..a22e91ed1 100644 --- a/src/checksum/Makefile.am +++ b/src/checksum/Makefile.am @@ -105,7 +105,7 @@ if USE_TOOLS endif if USE_ATTR_SQL - exes += $(top_builddir)/src/libhydra/plugins/attr_sql/.libs/pool + exes += $(top_builddir)/src/pool/.libs/pool endif if USE_IMV_ATTESTATION