From b11dcb15de18b20b55f2b0ceea3df6f540c75774 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 13 Jan 2006 16:16:32 +0100 Subject: Dropped the default vdr user --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 74814905..f1b61e78 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 1.82 2006/01/08 16:12:26 kls Exp $ +# $Id: Makefile 1.83 2006/01/13 16:04:56 kls Exp $ .DELETE_ON_ERROR: @@ -77,6 +77,9 @@ endif ifdef REMOTE DEFINES += -DREMOTE_$(REMOTE) endif +ifdef VDR_USER +DEFINES += -DVDR_USER=\"$(VDR_USER)\" +endif LIRC_DEVICE ?= /dev/lircd RCU_DEVICE ?= /dev/ttyS1 -- cgit v1.2.3