From: Bert Hubert Date: Thu, 10 Feb 2011 13:14:31 +0000 (+0000) Subject: this is not going to win any prizes.. copy the dnslabeltext.cc file here X-Git-Tag: auth-3.0~246 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62f79f3a42e9b003f6b909eb54be95350cca8110;p=thirdparty%2Fpdns.git this is not going to win any prizes.. copy the dnslabeltext.cc file here git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2001 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/backends/bind/Makefile.am b/pdns/backends/bind/Makefile.am index 94e1def806..714e3747b0 100644 --- a/pdns/backends/bind/Makefile.am +++ b/pdns/backends/bind/Makefile.am @@ -18,13 +18,13 @@ zone2sql_SOURCES=bindparser.yy bindlexer.l \ ../../arguments.cc ../../logger.cc zone2sql.cc ../../statbag.cc ../../misc.cc \ ../../unix_utility.cc ../../qtype.cc ../../dns.cc \ ../../zoneparser-tng.cc ../../dnsrecords.cc ../../sillyrecords.cc \ -../../dnswriter.cc ../../dnslabeltext.cc ../../rcpgenerator.cc ../../dnsparser.cc ../../base64.cc \ +../../dnswriter.cc dnslabeltext.cc ../../rcpgenerator.cc ../../dnsparser.cc ../../base64.cc \ ../../nsecrecords.cc ../../dnssecinfra.cc ../../base32.cc # ../../dbdnsseckeeper.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 ../../dnslabeltext.cc ../../rcpgenerator.cc ../../dnsparser.cc ../../base64.cc ../../sillyrecords.cc \ +../../dnswriter.cc dnslabeltext.cc ../../rcpgenerator.cc ../../dnsparser.cc ../../base64.cc ../../sillyrecords.cc \ ../../nsecrecords.cc ../../dnssecinfra.cc ../../base32.cc # ../../dbdnsseckeeper.cc zone2ldap_LDFLAGS=@THREADFLAGS@ -L../../ext/polarssl/library @@ -35,3 +35,6 @@ zone2sql_LDADD= -lpolarssl AM_LFLAGS = -s -i AM_YFLAGS = -d --verbose --debug + +dnslabeltext.cc: ../../dnslabeltext.rl + ragel ../../dnslabeltext.rl -o dnslabeltext.cc