aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-13 22:06:12 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-13 22:06:12 +0000
commit59722b868dbab7395fcea01beefef8a496af0a74 (patch)
tree7e193b44d4f78b9d5cf306c3cbab468e89878cf8 /epan/wslua/Makefile.am
parent020230e865033fb9ab0e2f7db0b5eee6d8fa88a2 (diff)
In a source file that defines external functions, the header file that
declares the functions must be included, in order to make sure the declarations match the function signature. Make it so - which means creating the header file in the first place. That means luaopen_bit() doesn't need to, and shouldn't be, declared in wslua.h. Have make-reg.pl generate a #include of lua_bitop.h. Also fix the "this is autogenerated" warning. svn path=/trunk/; revision=54725
Diffstat (limited to 'epan/wslua/Makefile.am')
-rw-r--r--epan/wslua/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/wslua/Makefile.am b/epan/wslua/Makefile.am
index a037e2f964..88f063c84d 100644
--- a/epan/wslua/Makefile.am
+++ b/epan/wslua/Makefile.am
@@ -79,6 +79,7 @@ MAINTAINERCLEANFILES = \
EXTRA_DIST = \
declare_wslua.h \
+ lua_bitop.h \
register_wslua.c \
taps \
make-reg.pl \