From aadbba08d10065b0104b83084245f41a3e704c41 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 6 Nov 2009 15:34:35 +0000 Subject: Added xclock and xcalc to system menu. --- xkbcomp/makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xkbcomp') diff --git a/xkbcomp/makefile b/xkbcomp/makefile index 89435e112..b7a64b0dd 100644 --- a/xkbcomp/makefile +++ b/xkbcomp/makefile @@ -15,7 +15,11 @@ LIBDIRS=$(dir $(INCLUDELIBFILES)) load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=$(MAKESERVER) DEBUG=$(DEBUG);) +ifeq $(DEBUG),1 TTYAPP = xkbcomp +else +WINAPP = xkbcomp +endif DEFINES += DFLT_XKB_CONFIG_ROOT="\".\"" -- cgit v1.2.3