From: Thiago Farina Date: Fri, 7 Apr 2017 11:52:06 +0000 (-0300) Subject: fix the tab issue in the other Makefiles as well X-Git-Tag: rec-4.1.0-alpha1~168^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ee9a5a20f9b3fecbc72f0579db07c4ed8f0974e;p=thirdparty%2Fpdns.git fix the tab issue in the other Makefiles as well --- diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index f8fe52e049..5ae8da3154 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 342d4640bb..58e2e472e6 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 \