diff options
author | Max Kellermann <max@duempel.org> | 2012-08-07 21:55:11 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-07 22:36:18 +0200 |
commit | f35ceaee0a3e05e9b00230cce4b553169c4c8712 (patch) | |
tree | 73e2f2f632a44cb3ec007d9554c2812cb76a834d /Makefile.am | |
parent | a64a2a65a9ee5756171a279a9f294f8e4731b330 (diff) | |
download | mpd-f35ceaee0a3e05e9b00230cce4b553169c4c8712.tar.gz mpd-f35ceaee0a3e05e9b00230cce4b553169c4c8712.tar.xz mpd-f35ceaee0a3e05e9b00230cce4b553169c4c8712.zip |
command: move code to DatabaseCommands.cxx
Prepare to use the DatabasePlugin C++ API directly.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1d3cfecf0..b601519ca 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 \ |