]> git.ipfire.org Git - thirdparty/pdns.git/blob - pdns/lua_hpp.mk
Merge pull request #14021 from Habbie/auth-lua-join-whitespace
[thirdparty/pdns.git] / pdns / lua_hpp.mk
1 lua.hpp:
2 $(AM_V_GEN)echo 'extern "C" {' > $@
3 @echo '#include "lua.h"' >> $@
4 @echo '#include "lualib.h"' >> $@
5 @echo '#include "lauxlib.h"' >> $@
6 @echo '}' >> $@