From: Bert Hubert Date: Tue, 28 Dec 2010 14:13:34 +0000 (+0000) Subject: make sure zone2sql and zone2ldap know about the new dnssec file naming too X-Git-Tag: auth-3.0~482 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01e28cd2ac845a1b2526ad3f2f15c942eae299fa;p=pdns make sure zone2sql and zone2ldap know about the new dnssec file naming too git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1765 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/backends/bind/Makefile.am b/pdns/backends/bind/Makefile.am index 1819cfed5..5881c91bd 100644 --- a/pdns/backends/bind/Makefile.am +++ b/pdns/backends/bind/Makefile.am @@ -19,13 +19,13 @@ zone2sql_SOURCES=bindparser.yy bindlexer.l \ ../../unix_utility.cc ../../qtype.cc ../../dnspacket.cc \ ../../zoneparser-tng.cc ../../dnsrecords.cc ../../sillyrecords.cc \ ../../dnswriter.cc ../../rcpgenerator.cc ../../dnsparser.cc ../../base64.cc \ -../../nsecrecords.cc ../../dnssecinfra.cc ../../dnsseckeeper.cc ../../base32.cc +../../nsecrecords.cc ../../dnssecinfra.cc ../../fsdnsseckeeper.cc ../../base32.cc zone2ldap_SOURCES=bindparser.yy bindlexer.l \ ../../arguments.cc ../../logger.cc zone2ldap.cc ../../statbag.cc ../../misc.cc \ ../../unix_utility.cc ../../qtype.cc ../../zoneparser-tng.cc ../../dnsrecords.cc \ ../../dnswriter.cc ../../rcpgenerator.cc ../../dnsparser.cc ../../base64.cc ../../sillyrecords.cc \ -../../nsecrecords.cc ../../dnssecinfra.cc ../../dnsseckeeper.cc ../../base32.cc +../../nsecrecords.cc ../../dnssecinfra.cc ../../fsdnsseckeeper.cc ../../base32.cc zone2ldap_LDFLAGS=@THREADFLAGS@ $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_SYSTEM_LDFLAGS) -L../../ext/polarssl/library zone2ldap_LDADD=$(BOOST_FILESYSTEM_LIBS) $(BOOST_SYSTEM_LIBS) -lpolarssl