aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-30 16:14:40 +0100
committerMax Kellermann <max@duempel.org>2013-10-30 16:14:44 +0100
commit216e37bf3333ee2cd0ca364122b46e27ffd6caa4 (patch)
tree09e5c8b844114573e1101119b84e90b0e3858bc2 /Makefile.am
parent7bb3987acc264457920ac596d2c81c338a651ca2 (diff)
downloadmpd-216e37bf3333ee2cd0ca364122b46e27ffd6caa4.tar.gz
mpd-216e37bf3333ee2cd0ca364122b46e27ffd6caa4.tar.xz
mpd-216e37bf3333ee2cd0ca364122b46e27ffd6caa4.zip
Makefile.am: link test/DumpDatabase with Ack.cxx
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
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 \