From c652e8fa8141d7e323cbdbbc0a662244a5a84955 Mon Sep 17 00:00:00 2001 From: Frank Schmirler Date: Tue, 22 Nov 2011 01:15:09 +0100 Subject: Added server menu with list of clients. Connections can be terminated with the "red" key. The former main menu action of suspending live TV moved to the "blue" key. --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/Makefile') diff --git a/server/Makefile b/server/Makefile index 8f512ac..ba09649 100644 --- a/server/Makefile +++ b/server/Makefile @@ -23,7 +23,7 @@ SERVEROBJS = $(PLUGIN).o \ componentHTTP.o connectionHTTP.o menuHTTP.o \ componentIGMP.o connectionIGMP.o \ streamer.o livestreamer.o livefilter.o recplayer.o \ - suspend.o setup.o + menu.o suspend.o setup.o ### The main target: -- cgit v1.2.3