From: Peter van Dijk Date: Wed, 19 Feb 2020 11:31:08 +0000 (+0100) Subject: rec, dnsdist: always clean lua.hpp X-Git-Tag: rec-4.4.0-alpha0~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8845%2Fhead;p=thirdparty%2Fpdns.git rec, dnsdist: always clean lua.hpp --- diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 2e0d9f9afe..54bbd0ae3f 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -331,9 +331,10 @@ endif if !HAVE_LUA_HPP BUILT_SOURCES += lua.hpp nodist_dnsdist_SOURCES = lua.hpp -CLEANFILES += lua.hpp endif +CLEANFILES += lua.hpp + if HAVE_PROTOBUF if HAVE_PROTOC dnsmessage.pb.cc: dnsmessage.proto diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index 565bd70d3b..20105c0e25 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -190,9 +190,10 @@ pdns_recursor_SOURCES = \ if !HAVE_LUA_HPP BUILT_SOURCES += lua.hpp nodist_pdns_recursor_SOURCES = lua.hpp -CLEANFILES += lua.hpp endif +CLEANFILES += lua.hpp + pdns_recursor_LDADD = \ $(YAHTTP_LIBS) \ $(JSON11_LIBS) \