diff options
Diffstat (limited to 'apps/xauth')
-rw-r--r-- | apps/xauth/makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/xauth/makefile b/apps/xauth/makefile index 2e6125ac5..d14cf9e35 100644 --- a/apps/xauth/makefile +++ b/apps/xauth/makefile @@ -12,11 +12,7 @@ LIBDIRS=$(dir $(INCLUDELIBFILES)) load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=0 DEBUG=$(DEBUG);) -ifeq ($(DEBUG),1) -LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2d.lib -else -LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2.lib -endif +LINKLIBS += $(PTHREADLIB) CSRCS = \ gethost.c \ |