]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix up dnsdist wrt ragel - we don't want to turn it into a ./configure dependency
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 15 Mar 2015 08:56:51 +0000 (09:56 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 15 Mar 2015 08:56:51 +0000 (09:56 +0100)
pdns/dnsdistdist/Makefile.am
pdns/dnsdistdist/populate

index 2d6e3f0e3338d1ee16f11c95e0e941ae6dbcfae2..0441f20b3512a66f1ef455fe8326d6ad0e4692f0 100644 (file)
@@ -1,7 +1,8 @@
 AM_CPPFLAGS = -I pdns $(LUA_CFLAGS) -O3 -Wall -pthread
 
 dnslabeltext.cc: dnslabeltext.rl
-       $(AM_V_GEN)$(RAGEL) $< -o dnslabeltext.cc
+       ragel $< -o dnslabeltext.cc
+
 
 EXTRA_DIST=dnslabeltext.rl dnsdistconf.lua
 
index 11c301804aaa9674a66bca6544a2963165c9f3c5..5e11b4a4c2c4246498f0fb3e623e18a2c30de92f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 ln -fs ../base32.hh ../base64.hh ../dnsdist.cc ../dnsdist.hh ../dnsdist-lua.cc ../dns.hh \
-../dnslabeltext.{cc,rl} ../dnsname.cc ../dnsname.hh ../dnsparser.hh ../dnswriter.cc ../dnswriter.hh \
+../dnslabeltext.rl ../dnsname.cc ../dnsname.hh ../dnsparser.hh ../dnswriter.cc ../dnswriter.hh \
 ../dolog.hh ../iputils.cc ../iputils.hh ../misc.cc ../misc.hh ../namespaces.hh \
 ../pdnsexception.hh ../qtype.cc ../qtype.hh ../sholder.hh ../sodcrypto.cc ../sodcrypto.hh ../sstuff.hh .