diff options
author | Max Kellermann <max@duempel.org> | 2012-08-25 13:02:01 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-29 17:41:22 +0200 |
commit | c852970cf6e8afe03b4fb99c13ef3d79db4f1103 (patch) | |
tree | 24a2b85abb9343874fe1b70ff16f1c094efdf3f2 | |
parent | def21cc87ef8eb1ee78be1235a2de73ed253fcaf (diff) | |
download | mpd-c852970cf6e8afe03b4fb99c13ef3d79db4f1103.tar.gz mpd-c852970cf6e8afe03b4fb99c13ef3d79db4f1103.tar.xz mpd-c852970cf6e8afe03b4fb99c13ef3d79db4f1103.zip |
Makefile.am: distribute DatabaseCommands.hxx
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 08c3b5ce6..3a01e4928 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 \ |