]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
this is not going to win any prizes.. copy the dnslabeltext.cc file here
authorBert Hubert <bert.hubert@netherlabs.nl>
Thu, 10 Feb 2011 13:14:31 +0000 (13:14 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Thu, 10 Feb 2011 13:14:31 +0000 (13:14 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2001 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/backends/bind/Makefile.am

index 94e1def806bb315066c638455bae38bb55f53fb5..714e3747b068c674e0171159eb82bd26a3a173af 100644 (file)
@@ -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