From 216e37bf3333ee2cd0ca364122b46e27ffd6caa4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Oct 2013 16:14:40 +0100 Subject: [PATCH] Makefile.am: link test/DumpDatabase with Ack.cxx --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 771f763db..2852ec1e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1129,6 +1129,7 @@ test_DumpDatabase_LDADD = \ libfs.a \ $(GLIB_LIBS) test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \ + src/protocol/Ack.cxx \ src/Log.cxx \ src/DatabaseError.cxx \ src/DatabaseRegistry.cxx \