From e99fc82db450b76efe95682a762aa26ff3a65e53 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Fri, 2 Feb 2018 12:39:57 +0100 Subject: [PATCH] fix ipcrypt.h in testrunner Makefile --- pdns/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index ae36433cb..0e8c9eb1f 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 \ -- 2.40.0