From 81f3d893d9e41120d76a3e710db77ccd829cbf42 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 22:31:53 +0100 Subject: player_control.h: convert header to C++ --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e0ef76586..387100dfc 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 \ -- cgit v1.2.3