aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/Makefile.am
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-10-04 14:37:46 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-10-04 14:37:46 +0000
commitba90067e6253449a9ca243b75831537c11634d16 (patch)
tree2899e3a53dbad2dfe41cae595c56b8cf4ca6edb6 /epan/wslua/Makefile.am
parent7ecb3721a35e151b8d4d2c3e80feed27bfd9cc16 (diff)
- wslua_util.c: replace Lua's loadfile and dofile for versions that will try to open the file in perscofdir then dataconfdir if there's no such file in cwd
- wslua_field.c: avoid FieldInfo:__tostring() crashing when the ftype has no val_to_string_repr - init.lua: inform the user that a packet has been disabled, intead of a cryptic "attemt to call nil" - Makefile.am: add register_wslua.c and declare_wslua.h to MAINTAINERCLEANFILES - wslua_gui.c: fix a typo svn path=/trunk/; revision=19425
Diffstat (limited to 'epan/wslua/Makefile.am')
-rw-r--r--epan/wslua/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/wslua/Makefile.am b/epan/wslua/Makefile.am
index 59bcc87cba..ab002ef2d5 100644
--- a/epan/wslua/Makefile.am
+++ b/epan/wslua/Makefile.am
@@ -61,6 +61,8 @@ DISTCLEANFILES = \
MAINTAINERCLEANFILES = \
Makefile.in \
+ register_wslua.c \
+ declare_wslua.h \
doc/*.pod \
init.lua