From: Kees Monshouwer Date: Mon, 16 Feb 2015 20:05:04 +0000 (+0100) Subject: add LuaContext.hpp to auth dist tar.bz2 X-Git-Tag: dnsdist-1.0.0-alpha1~290^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc827cf8f5a04feae6dcd7fca252d3ce043431f1;p=thirdparty%2Fpdns.git add LuaContext.hpp to auth dist tar.bz2 --- diff --git a/pdns/ext/Makefile.am b/pdns/ext/Makefile.am index f30d5a3b26..172c0b9684 100644 --- a/pdns/ext/Makefile.am +++ b/pdns/ext/Makefile.am @@ -9,3 +9,6 @@ DIST_SUBDIRS = \ ed25519 \ yahttp \ rapidjson + +EXTRA_DIST = \ + luawrapper/include/LuaContext.hpp