From: Stefan Bühler Date: Tue, 22 Dec 2015 10:12:00 +0000 (+0100) Subject: fix ext/json11 link directory X-Git-Tag: dnsdist-1.0.0-alpha2~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6d74eaea266e0d4a0687de6e9bbfb45858e5db2;p=pdns fix ext/json11 link directory --- 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 \