Get smi_modules in the distrib
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 27 Aug 2007 22:06:47 +0000 (22:06 +0000)
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 27 Aug 2007 22:06:47 +0000 (22:06 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22694 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.am
Makefile.nmake
packaging/nsis/wireshark.nsi

index 4c3097cb5b36752515ae0f1363e760f4743d5d55..ab4cc50766de049228f85f1c15aecb3fa22bcd4a 100644 (file)
@@ -100,7 +100,7 @@ idl2wrs: tools/idl2wrs.sh Makefile
 pkgdata_DATA = AUTHORS-SHORT COPYING manuf services wireshark.html \
        tshark.html wireshark-filter.html capinfos.html editcap.html \
        idl2wrs.html mergecap.html text2pcap.html dumpcap.html \
-       cfilters colorfilters dfilters
+       cfilters colorfilters dfilters smi_modules
 
 #
 # Install the Diameter DTD and XML files in the "diameter" subdirectory
@@ -669,6 +669,7 @@ EXTRA_DIST = \
        $(radius_DATA)          \
        randpkt.c               \
        rdps.c                  \
+       smi_modules \
        text2pcap-scanner.l     \
        text2pcap.c             \
        text2pcap.h             \
index f45d3db499d1c0ff56fbab741f17c9eeae054e28..6a792477cfff12d1e69f4979238d0b2a997a7005 100644 (file)
@@ -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
index 307996b7673a70fa07508e8ca34c8989a7a37e29..e6345adfb553dc5feb773e7c74a06db8deca8cad 100644 (file)
@@ -380,6 +380,9 @@ File "..\..\colorfilters"
 ;IfFileExists dfilters dont_overwrite_dfilters
 File "..\..\dfilters"
 ;dont_overwrite_dfilters:
+;IfFileExists dfilters dont_overwrite_smi_modules
+File "..\..\smi_modules"
+;dont_overwrite_smi_modules:
 
 
 ;
@@ -1029,6 +1032,7 @@ Delete "$INSTDIR\dfilters"
 Delete "$INSTDIR\init.lua"
 Delete "$INSTDIR\console.lua"
 Delete "$INSTDIR\dtd_gen.lua"
+Delete "$INSTDIR\smi_modules"
 RMDir "$INSTDIR"
 SectionEnd