diff options
Diffstat (limited to 'xkbcomp/makefile')
-rw-r--r-- | xkbcomp/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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="\".\"" |