From f35ceaee0a3e05e9b00230cce4b553169c4c8712 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 7 Aug 2012 21:55:11 +0200 Subject: command: move code to DatabaseCommands.cxx Prepare to use the DatabasePlugin C++ API directly. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3