From f88214ab767e64889e36d801e98b239c91376f94 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Fri, 11 Dec 2015 12:21:58 +0100 Subject: [PATCH] Correct include path on json pointer test --- src/test/tpkg/250-json-pointers.tpkg/250-json-pointers.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/tpkg/250-json-pointers.tpkg/250-json-pointers.Makefile b/src/test/tpkg/250-json-pointers.tpkg/250-json-pointers.Makefile index fe7d1f28..708341a1 100644 --- a/src/test/tpkg/250-json-pointers.tpkg/250-json-pointers.Makefile +++ b/src/test/tpkg/250-json-pointers.tpkg/250-json-pointers.Makefile @@ -2,7 +2,7 @@ builddir = @BUILDDIR@ testname = @TPKG_NAME@ LIBTOOL = $(builddir)/libtool -CFLAGS=-I$(builddir)/src/getdns +CFLAGS=-I$(builddir)/src LDLIBS=$(builddir)/src/libgetdns.la .SUFFIXES: .c .o .a .lo .h