aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-25 13:02:01 +0200
committerMax Kellermann <max@duempel.org>2012-08-29 17:41:22 +0200
commitc852970cf6e8afe03b4fb99c13ef3d79db4f1103 (patch)
tree24a2b85abb9343874fe1b70ff16f1c094efdf3f2 /Makefile.am
parentdef21cc87ef8eb1ee78be1235a2de73ed253fcaf (diff)
Makefile.am: distribute DatabaseCommands.hxx
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 08c3b5ce..3a01e492 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -242,7 +242,7 @@ src_mpd_SOURCES = \
src/protocol/result.c src/protocol/result.h \
src/CommandError.cxx src/CommandError.h \
src/command.c \
- src/DatabaseCommands.cxx \
+ src/DatabaseCommands.cxx src/DatabaseCommands.hxx \
src/idle.c \
src/cmdline.c \
src/conf.c \