]> granicus.if.org Git - pdns/commitdiff
make sure zone2sql and zone2ldap know about the new dnssec file naming too
authorBert Hubert <bert.hubert@netherlabs.nl>
Tue, 28 Dec 2010 14:13:34 +0000 (14:13 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Tue, 28 Dec 2010 14:13:34 +0000 (14:13 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1765 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/backends/bind/Makefile.am

index 1819cfed5501c910ba5974678af48a13dac1db56..5881c91bd8b05eb59d3a2fc313637d5e2169700a 100644 (file)
@@ -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