]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec, dnsdist: always clean lua.hpp 8845/head 8846/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 19 Feb 2020 11:31:08 +0000 (12:31 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 19 Feb 2020 11:31:08 +0000 (12:31 +0100)
pdns/dnsdistdist/Makefile.am
pdns/recursordist/Makefile.am

index 2e0d9f9afed5ff606c440ec128759bf393d6d849..54bbd0ae3f49398540abbf935c44fda3475edba5 100644 (file)
@@ -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
index 565bd70d3b15b6c29615731b468574c2aef08820..20105c0e2561bce6057503c689d34eddc8cf9efe 100644 (file)
@@ -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) \