From 4255bba0f7cbd4a1ac24859a65f8d974d1fb5a9b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:41:05 +0200 Subject: moved global variable "pc" to player.h This is the last of the three variables. Now we don't need playerData.h anymore in most sources. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d31783e4f..28a949b4e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -130,6 +130,7 @@ mpd_SOURCES = \ pcm_utils.c \ permission.c \ player.c \ + player_control.c \ player_thread.c \ playerData.c \ playlist.c \ -- cgit v1.2.3