aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-07 21:55:11 +0200
committerMax Kellermann <max@duempel.org>2012-08-07 22:36:18 +0200
commitf35ceaee0a3e05e9b00230cce4b553169c4c8712 (patch)
tree73e2f2f632a44cb3ec007d9554c2812cb76a834d /Makefile.am
parenta64a2a65a9ee5756171a279a9f294f8e4731b330 (diff)
command: move code to DatabaseCommands.cxx
Prepare to use the DatabasePlugin C++ API directly.
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 1d3cfecf..b601519c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -239,6 +239,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/idle.c \
src/cmdline.c \
src/conf.c \