From 5e51fa020dcf634d2c5442ed6c5de108420c7574 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:44:38 +0200 Subject: renamed player.c to player_control.c Give player.c a better name, meaning that the code is used to control the player thread. --- src/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 612a039f4..f4fd080d7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -68,8 +68,8 @@ mpd_headers = \ path.h \ pcm_utils.h \ permission.h \ - player.h \ player_thread.h \ + player_control.h \ playerData.h \ playlist.h \ replayGain.h \ @@ -130,9 +130,8 @@ mpd_SOURCES = \ path.c \ pcm_utils.c \ permission.c \ - player.c \ - player_control.c \ player_thread.c \ + player_control.c \ playerData.c \ playlist.c \ replayGain.c \ -- cgit v1.2.3