From f45c679a2b932de747dd7f81e187272b29c4f1a4 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sat, 7 Mar 2015 22:58:55 +0100 Subject: [PATCH] get the right files --- pdns/dnsdistdist/Makefile.am | 2 +- pdns/dnsdistdist/populate | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 5a27e3af64..3505d94939 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -22,7 +22,7 @@ dnsdist_SOURCES = \ pdnsexception.hh \ qtype.cc qtype.hh \ sodcrypto.cc sodcrypto.hh \ - sstuff.hh LuaContext.hpp + sstuff.hh pdns/ext/luawrapper/include/LuaContext.hpp dnsdist_LDFLAGS = \ $(AM_LDFLAGS) \ diff --git a/pdns/dnsdistdist/populate b/pdns/dnsdistdist/populate index f975ffcaf6..865585bdf0 100644 --- a/pdns/dnsdistdist/populate +++ b/pdns/dnsdistdist/populate @@ -1,7 +1,7 @@ #!/bin/bash cp ../base32.hh ../base64.cc ../base64.hh ../dnsdist.cc ../dnsdist.hh ../dnsdist-lua.cc ../dns.hh \ -../dnslabeltext.cc ../dnsname.cc ../dnsname.hh ../dnsparser.hh ../dnswriter.cc ../dnswriter.hh \ +../dnslabeltext.{cc,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 ../sodcrypto.cc ../sodcrypto.hh ../sstuff.hh . -- 2.47.3