From ff23976b359205d4a096393ecb8a267b8199a26a Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 1 May 2015 14:06:30 +0200 Subject: [PATCH] Fix make dist with dependency-tracking enabled --- pdns/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index c78a0480c3..e1f86e1433 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -579,7 +579,7 @@ dnsdist_SOURCES = \ sholder.hh \ sodcrypto.cc sodcrypto.hh \ sstuff.hh \ - $(top_srcdir)/ext/json11/json11.cpp + ../ext/json11/json11.cpp dnsdist_LDFLAGS = \ $(AM_LDFLAGS) -- 2.47.2