From: bert hubert Date: Fri, 2 Feb 2018 11:39:57 +0000 (+0100) Subject: fix ipcrypt.h in testrunner Makefile X-Git-Tag: dnsdist-1.4.0-alpha1~27^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e99fc82db450b76efe95682a762aa26ff3a65e53;p=thirdparty%2Fpdns.git fix ipcrypt.h in testrunner Makefile --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index ae36433cbe..0e8c9eb1fa 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1272,7 +1272,7 @@ testrunner_SOURCES = \ ednssubnet.cc \ gettime.cc gettime.hh \ gss_context.cc gss_context.hh \ - ipcrypt.cc ipcrypt.hh ../ext/ipcrypt/ipcrypt.c ../ext/ipcrypt.h \ + ipcrypt.cc ipcrypt.hh ../ext/ipcrypt/ipcrypt.c ../ext/ipcrypt/ipcrypt.h \ iputils.cc \ ixfr.cc ixfr.hh \ logger.cc \