summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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