From 1972582ddf410ee3345adc40539b3ce11e49a04d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 17 Apr 2009 00:57:04 +0000 Subject: More best guessing svn path=/trunk/hubbub/; revision=7116 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1d823b2..e1b1431 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ ifeq ($(WANT_TEST),yes) TESTLDFLAGS := $(TESTLDFLAGS) \ $(shell $(PKGCONFIG) $(PKGCONFIGFLAGS) --libs json) else + TESTCFLAGS := $(TESTCFLAGS) -I$(PREFIX)/include/json TESTLDFLAGS := $(TESTLDFLAGS) -ljson endif -- cgit v1.2.3