aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-04 22:31:53 +0100
committerMax Kellermann <max@duempel.org>2013-01-04 22:31:53 +0100
commit81f3d893d9e41120d76a3e710db77ccd829cbf42 (patch)
treee5d58dcd2d8541d76ce3f966521acae94aa0b6df /Makefile.am
parent05c91082e3de0b0078c26ddb9da68fd00da8c90e (diff)
player_control.h: convert header to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e0ef7658..387100df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -114,7 +114,6 @@ mpd_headers = \
src/output/httpd_client.h \
src/output/httpd_internal.h \
src/page.h \
- src/player_control.h \
src/Playlist.hxx \
src/playlist_error.h \
src/PlaylistInternal.hxx \
@@ -265,7 +264,7 @@ src_mpd_SOURCES = \
src/page.c \
src/Permission.cxx src/Permission.hxx \
src/PlayerThread.cxx src/PlayerThread.hxx \
- src/PlayerControl.cxx \
+ src/PlayerControl.cxx src/PlayerControl.hxx \
src/Playlist.cxx \
src/PlaylistGlobal.cxx \
src/PlaylistControl.cxx \