diff options
Diffstat (limited to 'apps/xhost/makefile')
-rw-r--r-- | apps/xhost/makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/xhost/makefile b/apps/xhost/makefile index 44579d289..328fe8ccf 100644 --- a/apps/xhost/makefile +++ b/apps/xhost/makefile @@ -13,10 +13,6 @@ 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 = xhost.c |