diff options
author | Max Kellermann <max@duempel.org> | 2013-10-30 16:14:40 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-30 16:14:44 +0100 |
commit | 216e37bf3333ee2cd0ca364122b46e27ffd6caa4 (patch) | |
tree | 09e5c8b844114573e1101119b84e90b0e3858bc2 | |
parent | 7bb3987acc264457920ac596d2c81c338a651ca2 (diff) |
Makefile.am: link test/DumpDatabase with Ack.cxx
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |