mirror of https://github.com/getdnsapi/getdns.git
Correct include path on json pointer test
This commit is contained in:
parent
c0831dd598
commit
f88214ab76
|
@ -2,7 +2,7 @@ builddir = @BUILDDIR@
|
||||||
testname = @TPKG_NAME@
|
testname = @TPKG_NAME@
|
||||||
LIBTOOL = $(builddir)/libtool
|
LIBTOOL = $(builddir)/libtool
|
||||||
|
|
||||||
CFLAGS=-I$(builddir)/src/getdns
|
CFLAGS=-I$(builddir)/src
|
||||||
LDLIBS=$(builddir)/src/libgetdns.la
|
LDLIBS=$(builddir)/src/libgetdns.la
|
||||||
|
|
||||||
.SUFFIXES: .c .o .a .lo .h
|
.SUFFIXES: .c .o .a .lo .h
|
||||||
|
|
Loading…
Reference in New Issue