From b6d74eaea266e0d4a0687de6e9bbfb45858e5db2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20B=C3=BChler?= Date: Tue, 22 Dec 2015 11:12:00 +0100 Subject: [PATCH] fix ext/json11 link directory --- pdns/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index a3ccfafa9..a8b0532d9 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1,4 +1,4 @@ -JSON11_LIBS = -L$(top_srcdir)/ext/json11 -ljson11 +JSON11_LIBS = -L$(top_builddir)/ext/json11 -ljson11 AM_CPPFLAGS += \ -I$(top_srcdir)/ext/json11 \ -- 2.40.0