From: Thiago Farina Date: Sat, 1 Apr 2017 22:26:12 +0000 (-0300) Subject: add ascii.hh to pdns_server_SOURCES X-Git-Tag: rec-4.1.0-alpha1~168^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7b941001184592c08678411122da6d91a5c4a18;p=thirdparty%2Fpdns.git add ascii.hh to pdns_server_SOURCES --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 50ebea9123..0cc20a5134 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -133,6 +133,7 @@ EXTRA_PROGRAMS = \ pdns_server_SOURCES = \ arguments.cc arguments.hh \ + ascii.hh \ auth-carbon.cc \ auth-caches.cc auth-caches.hh \ auth-packetcache.cc auth-packetcache.hh \