aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wslua/Makefile.nmake')
-rw-r--r--epan/wslua/Makefile.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/wslua/Makefile.nmake b/epan/wslua/Makefile.nmake
index f9c63d21a4..32e1789eaf 100644
--- a/epan/wslua/Makefile.nmake
+++ b/epan/wslua/Makefile.nmake
@@ -25,6 +25,7 @@ MODULES = \
wslua_gui.c \
wslua_util.c \
wslua_field.c \
+ wslua_struct.c \
wslua_dumper.c
OBJECTS= \
@@ -39,6 +40,7 @@ OBJECTS= \
wslua_proto.obj \
wslua_listener.obj \
wslua_int64.obj \
+ wslua_struct.obj \
wslua_tree.obj \
wslua_tvb.obj \
wslua_util.obj