aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-25 12:10:12 +0200
committerMax Kellermann <max@duempel.org>2012-09-25 12:20:15 +0200
commit98dbc959133272d7339496f92a7f6750919e35c6 (patch)
tree13dd3464693386e1c9bed69a2e4c9a1d63ae5f1a /Makefile.am
parent145c1d214c174e5162910b736d0baca0920aa2e0 (diff)
rename CommandError.h to CommandError.hxx
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 02ea9a3b..23d2f4e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -234,7 +234,7 @@ src_mpd_SOURCES = \
src/audio_parser.c \
src/protocol/argparser.c src/protocol/argparser.h \
src/protocol/result.c src/protocol/result.h \
- src/CommandError.cxx src/CommandError.h \
+ src/CommandError.cxx src/CommandError.hxx \
src/AllCommands.cxx \
src/QueueCommands.cxx src/QueueCommands.hxx \
src/PlayerCommands.cxx src/PlayerCommands.hxx \