From 6ee9a5a20f9b3fecbc72f0579db07c4ed8f0974e Mon Sep 17 00:00:00 2001 From: Thiago Farina Date: Fri, 7 Apr 2017 08:52:06 -0300 Subject: [PATCH] fix the tab issue in the other Makefiles as well --- pdns/dnsdistdist/Makefile.am | 2 +- pdns/recursordist/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index f8fe52e04..5ae8da315 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -64,7 +64,7 @@ endif dnsdist-web.$(OBJEXT): htmlfiles.h dnsdist_SOURCES = \ - ascii.hh \ + ascii.hh \ base64.hh \ bpf-filter.cc bpf-filter.hh \ dns.cc dns.hh \ diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index 342d4640b..58e2e472e 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -76,7 +76,7 @@ endif pdns_recursor_SOURCES = \ arguments.cc \ - ascii.hh \ + ascii.hh \ base32.cc base32.hh \ base64.cc base64.hh \ cachecleaner.hh \ -- 2.40.0