diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:34:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:34:30 +0000 |
commit | 4fc2f55f761d71aae1f145d5aa94ba929cc39676 (patch) | |
tree | 5c1e1db3b46dd4edbe11f612d93cb94b96891ce3 /lua_hpp.mk | |
parent | Initial commit. (diff) | |
download | dnsdist-4fc2f55f761d71aae1f145d5aa94ba929cc39676.tar.xz dnsdist-4fc2f55f761d71aae1f145d5aa94ba929cc39676.zip |
Adding upstream version 1.7.3.upstream/1.7.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lua_hpp.mk')
-rw-r--r-- | lua_hpp.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua_hpp.mk b/lua_hpp.mk new file mode 100644 index 0000000..70502f4 --- /dev/null +++ b/lua_hpp.mk @@ -0,0 +1,6 @@ +lua.hpp: + $(AM_V_GEN)echo 'extern "C" {' > $@ + @echo '#include "lua.h"' >> $@ + @echo '#include "lualib.h"' >> $@ + @echo '#include "lauxlib.h"' >> $@ + @echo '}' >> $@ |