diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2007-08-27 22:06:47 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2007-08-27 22:06:47 +0000 |
commit | 15948507aee67b60a588e44fb13f95263d11764a (patch) | |
tree | 70323b1d5a232e49ec8d25d7720de08bd1489645 /Makefile.nmake | |
parent | c9fde316d67641001a5bd9e832c914f4e85f216f (diff) | |
download | wireshark-15948507aee67b60a588e44fb13f95263d11764a.tar.gz wireshark-15948507aee67b60a588e44fb13f95263d11764a.tar.bz2 wireshark-15948507aee67b60a588e44fb13f95263d11764a.zip |
Get smi_modules in the distrib
svn path=/trunk/; revision=22694
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 1 |
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 |