From ddbfb99e609446238270fa66db1ba45d96e03cc1 Mon Sep 17 00:00:00 2001 From: François Revel Date: Tue, 17 Feb 2009 22:15:51 +0000 Subject: Account for new paths to search for libs & headers in Haiku. svn path=/trunk/netsurf/; revision=6547 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 86264d4fd..d0aa61e15 100644 --- a/Makefile +++ b/Makefile @@ -327,6 +327,8 @@ ifeq ($(HOST),beos) $(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG support)) LDFLAGS += -L/boot/home/config/lib + # for Haiku + LDFLAGS += -L/boot/common/lib # some people do *not* have libm... LDFLAGS += -lxml2 -lz -lcurl -liconv ifeq ($(NETSURF_USE_SSL),YES) @@ -448,6 +450,9 @@ ifeq ($(TARGET),beos) endif ifneq ($(wildcard /boot/develop/lib/*/libnetwork.so),) # Haiku + CFLAGS += -I/boot/common/include \ + -I/boot/common/include/libxml2 \ + -I/boot/common/include/libmng NETLDFLAGS := -lnetwork else ifneq ($(wildcard /boot/develop/lib/*/libbind.so),) -- cgit v1.2.3