From: Bert Hubert Date: Mon, 3 Dec 2012 22:13:11 +0000 (+0000) Subject: compile in json.cc for pdnssec to aid in compilation of remotebackend X-Git-Tag: auth-3.2-rc2~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfc6f5c100c0d1a86ab2554825bc6f7a55e38d11;p=pdns compile in json.cc for pdnssec to aid in compilation of remotebackend git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2962 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 0e8194155..1baeb8bce 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -102,7 +102,7 @@ pdnssec_SOURCES=pdnssec.cc dbdnsseckeeper.cc sstuff.hh dnsparser.cc dnsparser.hh signingpipe.cc dnslabeltext.cc ednssubnet.cc cachecleaner.hh \ aes/aescpp.h \ aes/aescrypt.c aes/aes.h aes/aeskey.c aes/aes_modes.c aes/aesopt.h \ - aes/aestab.c aes/aestab.h aes/brg_endian.h aes/brg_types.h aes/dns_random.cc + aes/aestab.c aes/aestab.h aes/brg_endian.h aes/brg_types.h aes/dns_random.cc json.cc pdnssec_LDFLAGS=@moduleobjects@ @modulelibs@ @DYNLINKFLAGS@ @LIBDL@ @THREADFLAGS@ $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_SERIALIZATION_LDFLAGS)