Update Makefile

This commit is contained in:
sparklewind 2012-12-22 21:29:39 +01:00
parent 1f8bef7eeb
commit a5ceef033b

View File

@ -72,7 +72,9 @@ endif
OBJ += autosave.o thread.o OBJ += autosave.o thread.o
ifeq ($(HAVE_THREADS), 1) ifeq ($(HAVE_THREADS), 1)
LIBS += ifneq ($(findstring Haiku,$(OS)),)
LIBS += -lpthread
endif
endif endif
ifeq ($(HAVE_CONFIGFILE), 1) ifeq ($(HAVE_CONFIGFILE), 1)