aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/Makefile.am
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-16 05:26:46 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-16 05:26:46 +0000
commit9b0aa6912f24dbcaae372c5da77961c226d9177a (patch)
tree6ff9f78464e7b2cbae4ad66244631d1c6d49a8c4 /epan/wslua/Makefile.am
parentcb678fdcfd6b1096f8b29a34eb7be12b5b637eab (diff)
Added Lua BitOp, made by Mike Pall.
svn path=/trunk/; revision=28758
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 ab193f0233..cd3417e47c 100644
--- a/epan/wslua/Makefile.am
+++ b/epan/wslua/Makefile.am
@@ -30,6 +30,7 @@ INCLUDES = -I$(top_srcdir) @LUA_INCLUDES@
noinst_LTLIBRARIES = libwslua.la
wslua_modules = \
+ $(srcdir)/lua_bitop.c \
$(srcdir)/wslua_tvb.c \
$(srcdir)/wslua_proto.c \
$(srcdir)/wslua_tree.c \