../../pdns/nameserver.cc \
../../pdns/rcpgenerator.cc \
../../pdns/unix_utility.cc \
+ ../../pdns/gss_context.cc ../../pdns/gss_context.hh \
httpconnector.cc \
pipeconnector.cc \
unixconnector.cc \
$(P11KIT1_CFLAGS)
endif
+if GSS_TSIG
+libtestremotebackend_la_LIBADD += \
+ $(GSS_LIBS)
+libtestremotebackend_la_CPPFLAGS+= \
+ $(GSS_CFLAGS)
+endif
+
remotebackend_http_test_SOURCES = \
test-remotebackend.cc \
test-remotebackend-http.cc \
AM_CPPFLAGS +=$(LUA_CFLAGS)
endif
+if GSS_TSIG
+AM_CPPFLAGS +=$(GSS_CFLAGS)
+endif
+
EXTRA_DIST = \
dnslabeltext.rl \
dnslabeltext.cc \
dynlistener.cc dynlistener.hh \
dynmessenger.hh \
ednssubnet.cc ednssubnet.hh \
+ gss_context.cc gss_context.hh \
iputils.cc iputils.hh \
json.cc json.hh \
lock.hh \
pdns_server_LDADD += $(LUA_LIBS)
endif
+if GSS_TSIG
+pdns_server_LDADD += $(GSS_LIBS)
+endif
+
pdnssec_SOURCES = \
arguments.cc \
backends/gsql/gsqlbackend.cc backends/gsql/gsqlbackend.hh \
pdnssec_LDADD += $(P11KIT1_LIBS)
endif
+if GSS_TSIG
+pdnssec_LDADD += $(GSS_LIBS)
+endif
+
zone2sql_SOURCES = \
arguments.cc \
base32.cc \
saxfr_LDADD += $(P11KIT1_LIBS)
endif
+if GSS_TSIG
+saxfr_LDADD += $(GSS_LIBS)
+endif
+
dnstcpbench_SOURCES = \
base32.cc \
base64.cc base64.hh \
nsec3dig_LDADD += $(P11KIT1_LIBS)
endif
+if GSS_TSIG
+nsec3dig_LDADD += $(GSS_LIBS)
+endif
+
toysdig_SOURCES = \
base32.cc \
base64.cc base64.hh \
dnsrecords.cc \
dnssecinfra.cc \
dnswriter.cc dnswriter.hh \
+ gss_context.cc gss_context.hh \
logger.cc \
misc.cc misc.hh \
nsecrecords.cc \
tsig_tests_LDADD += $(P11KIT1_LIBS)
endif
+if GSS_TSIG
+tsig_tests_LDADD += $(GSS_LIBS)
+endif
speedtest_SOURCES = \
base32.cc \
base64.cc base64.hh \