aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-25 12:16:42 +0200
committerMax Kellermann <max@duempel.org>2012-09-25 12:20:36 +0200
commita5d8b27671b829d2b17554b056b681c66ae7fb74 (patch)
tree94373b2afc7549fca1fec1752f4502289639af22 /Makefile.am
parentf3f25d5d40d0627392c20a632dbb751449c77e15 (diff)
downloadmpd-a5d8b27671b829d2b17554b056b681c66ae7fb74.tar.gz
mpd-a5d8b27671b829d2b17554b056b681c66ae7fb74.tar.xz
mpd-a5d8b27671b829d2b17554b056b681c66ae7fb74.zip
command.h: move function prototypes to AllCommands.h
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 23d2f4e4d..8cdc72c7d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -235,7 +235,7 @@ src_mpd_SOURCES = \
src/protocol/argparser.c src/protocol/argparser.h \
src/protocol/result.c src/protocol/result.h \
src/CommandError.cxx src/CommandError.hxx \
- src/AllCommands.cxx \
+ src/AllCommands.cxx src/AllCommands.h \
src/QueueCommands.cxx src/QueueCommands.hxx \
src/PlayerCommands.cxx src/PlayerCommands.hxx \
src/PlaylistCommands.cxx src/PlaylistCommands.hxx \