aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/lua/Makefile.nmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/lua/Makefile.nmake b/plugins/lua/Makefile.nmake
index fe5712e7f8..d6b39d84b8 100644
--- a/plugins/lua/Makefile.nmake
+++ b/plugins/lua/Makefile.nmake
@@ -53,11 +53,14 @@ doc: $(MODULES)
#elua.c: $(LUA_LIBS)
+init.lua: template-init.lua make-init-lua.pl ../../epan/ftypes/ftypes.h ../../wiretap/wtap.h ../../epan/proto.h
+ $(PERL) make-init-lua.pl template-init.lua > init.lua
+
!ENDIF
!ENDIF
clean:
- rm -f $(OBJECTS) lua.dll lua.exp lua.lib *.pdb
+ rm -f $(OBJECTS) lua.dll lua.exp lua.lib *.pdb init.lua
distclean: clean