From 31a5ebeea66cbd821fe971c6049fe08c580dc169 Mon Sep 17 00:00:00 2001 From: sparklewind Date: Sat, 22 Dec 2012 20:20:59 +0100 Subject: [PATCH] Update Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 39216b288e..f87675c5ad 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,10 @@ else endif BSD_LOCAL_INC = +ifneq +($findstring HAIKU,$(OS)),) DYLIB_LIB = -ldl +endif ifneq ($(findstring BSD,$(OS)),) BSD_LOCAL_INC = -I/usr/local/include DYLIB_LIB = -lc