From bd4da673b15339d7a4a1cb32f35c631e122020c0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 17 Apr 2009 00:45:42 +0000 Subject: Best guess as to location of lpu/lwc headers. Use pkg-config for proper searching. svn path=/trunk/libcss/; revision=7113 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c70eb49..ed5d707 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,8 @@ ifneq ($(PKGCONFIG),) CFLAGS := $(CFLAGS) $(shell $(PKGCONFIG) libparserutils-0 libwapcaplet-0 --cflags) LDFLAGS := $(LDFLAGS) $(shell $(PKGCONFIG) libparserutils-0 libwapcaplet-0 --libs) else + CFLAGS := $(CFLAGS) -I$(PREFIX)/include/parserutils0 \ + -I$(PREFIX)/include/wapcaplet0 LDFLAGS := $(LDFLAGS) -lparserutils0 -lwapcaplet0 endif -- cgit v1.2.3