]> granicus.if.org Git - pdns/commitdiff
add ascii.hh to the dnsdist_SOURCES and pdns_recursor_SOURCES variables
authorThiago Farina <tfarina@chromium.org>
Sun, 2 Apr 2017 11:27:25 +0000 (08:27 -0300)
committerThiago Farina <tfarina@chromium.org>
Fri, 7 Apr 2017 11:19:40 +0000 (08:19 -0300)
pdns/dnsdistdist/Makefile.am
pdns/recursordist/Makefile.am

index 05394142deaf32236c4d42d2b8f6c30a564e14ed..f8fe52e049dcbf477d82c1210cce5c060341ce7f 100644 (file)
@@ -64,6 +64,7 @@ endif
 dnsdist-web.$(OBJEXT): htmlfiles.h
 
 dnsdist_SOURCES = \
+        ascii.hh \
        base64.hh \
        bpf-filter.cc bpf-filter.hh \
        dns.cc dns.hh \
index 72a0c59899671f033f88a72e1641be773b168316..342d4640bb11f9f1c70877a49477254b8371584e 100644 (file)
@@ -76,6 +76,7 @@ endif
 
 pdns_recursor_SOURCES = \
        arguments.cc \
+        ascii.hh \
        base32.cc base32.hh \
        base64.cc base64.hh \
        cachecleaner.hh \