From: Aki Tuomi Date: Fri, 22 May 2015 12:55:12 +0000 (+0300) Subject: Add gss sources to necessary places X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~79^2~9^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85ecd52e017484628f9668b0a69d807cc11a5e7b;p=pdns Add gss sources to necessary places --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 276e2c63f..cb7166145 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -275,6 +275,7 @@ pdnssec_SOURCES = \ dnswriter.cc dnswriter.hh \ dynlistener.cc \ ednssubnet.cc \ + gss_context.cc gss_context.hh \ json.cc \ logger.cc \ misc.cc misc.hh \ @@ -533,6 +534,7 @@ saxfr_SOURCES = \ dnsrecords.cc \ dnssecinfra.cc \ dnswriter.cc dnswriter.hh \ + gss_context.cc gss_context.hh \ logger.cc \ misc.cc misc.hh \ nsecrecords.cc \ @@ -622,6 +624,7 @@ nsec3dig_SOURCES = \ dnsrecords.cc \ dnssecinfra.cc \ dnswriter.cc dnswriter.hh \ + gss_context.cc gss_context.hh \ logger.cc \ misc.cc misc.hh \ nsec3dig.cc \ @@ -974,6 +977,7 @@ testrunner_SOURCES = \ dnssecinfra.cc \ dnswriter.cc \ ednssubnet.cc \ + gss_context.cc gss_context.hh \ iputils.cc \ logger.cc \ misc.cc \