summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-02-13 22:13:31 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-02-13 22:13:31 +0000
commit184349063fb64bf9b4a5636cd85988fd58e65834 (patch)
tree0ba1a8dd85b6601569daf902c96072e4c5e53cef /Makefile.nmake
parent82f80a6daaf76100b726df241e78050a0b13dd2f (diff)
downloadwireshark-184349063fb64bf9b4a5636cd85988fd58e65834.tar.gz
- disable print
- add a log facility to lua (so far just prints to stderr) - add settings to disable lua even if installed, to load or not to load user scripts when superuser - create a default /usr/local/share/ethereal/init.lua that blocks all the io/system calls when running as superuser svn path=/trunk/; revision=17290
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 1268f2b1dd..ecad5375c1 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -672,4 +672,8 @@ clean-deps:
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean-deps
cd ..
+init.lua: template-init.lua make-init-lua.pl epan/ftypes/ftypes.h wiretap/wtap.h
+ $(PERL) make-init-lua.pl template-init.lua > init.lua
+
+