From a3e3d2c9506d17b3e19e205535ec263ee75178c9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 14 Oct 2008 22:38:14 +0200 Subject: command: added command "idle" "idle" waits until something noteworthy happens on the server, e.g. song change, playlist modified, database updated. This allows clients to keep up to date without polling. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2151daa77..6135c41bb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,6 +45,7 @@ mpd_headers = \ buffer2array.h \ charConv.h \ command.h \ + idle.h \ condition.h \ conf.h \ crossfade.h \ @@ -130,6 +131,7 @@ mpd_SOURCES = \ buffer2array.c \ charConv.c \ command.c \ + idle.c \ condition.c \ conf.c \ crossfade.c \ -- cgit v1.2.3