aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-27 22:06:47 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-27 22:06:47 +0000
commit9b603926d4599a5e61f500f399995c6d15be326a (patch)
tree70323b1d5a232e49ec8d25d7720de08bd1489645 /Makefile.nmake
parent10862f9ee361e31e9f22db204050e14b04b23401 (diff)
Get smi_modules in the distrib
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22694 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index f45d3db499..6a792477cf 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -882,6 +882,7 @@ install-common-files:
xcopy ".\cfilters" $(INSTALL_DIR) /d
xcopy ".\colorfilters" $(INSTALL_DIR) /d
xcopy ".\dfilters" $(INSTALL_DIR) /d
+ xcopy ".\smi_modules" $(INSTALL_DIR) /d
xcopy ".\epan\wslua\init.lua" $(INSTALL_DIR) /d
xcopy ".\epan\wslua\console.lua" $(INSTALL_DIR) /d
xcopy doc\*.html $(INSTALL_DIR) /d