Add mate.dll to the installer.
authorlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 21 Jan 2005 19:16:05 +0000 (19:16 +0000)
committerlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 21 Jan 2005 19:16:05 +0000 (19:16 +0000)
However it won't be installed by default.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13155 f5534014-38df-0310-8fa8-9805f1628bb7

packaging/nsis/Makefile.nmake
packaging/nsis/ethereal.nsi

index 1642254baf70529c879b324aac79d63f1ce7308b..5567eb10d93caa85acbd306185f9489ba44b11bb 100644 (file)
@@ -73,6 +73,7 @@ PLUGINS=../../plugins/acn/acn.dll \
        ../../plugins/gryphon/gryphon.dll \
        ../../plugins/irda/irda.dll \
        ../../plugins/lwres/lwres.dll \
+       ../../plugins/mate/mate.dll \
        ../../plugins/megaco/megaco.dll \
        ../../plugins/mgcp/mgcp.dll \
        ../../plugins/opsi/opsi.dll \
index 45d1b4f3dc1e7317825ba916798e74593bc829f2..6c9030f503ddc7b815b4ae3d09e8c66103d84100 100644 (file)
@@ -438,6 +438,12 @@ File "..\..\plugins\rudp\rudp.dll"
 File "..\..\plugins\v5ua\v5ua.dll"
 SectionEnd
 
+Section "Mate - Meta Analysis and Tracing Engine (Experimental)" SecMate
+;-------------------------------------------
+SetOutPath $INSTDIR\plugins\${VERSION}
+File "..\..\plugins\mate\mate.dll"
+SectionEnd
+
 Section "SNMP MIBs" SecMIBs
 ;-------------------------------------------
 !ifdef GTK1_DIR & GTK2_DIR
@@ -684,6 +690,7 @@ SectionEnd
   !insertmacro MUI_DESCRIPTION_TEXT ${SecMergecap} "Mergecap is a program that combines multiple saved capture files into a single output file."
   !insertmacro MUI_DESCRIPTION_TEXT ${SecCapinfos} "Capinfos is a program that provides information on capture files."
   !insertmacro MUI_DESCRIPTION_TEXT ${SecPlugins} "Plugins with some extended dissections."
+  !insertmacro MUI_DESCRIPTION_TEXT ${SecMate} "Plugin - Meta Analysis and Tracing Engine (Experimental)."
   !insertmacro MUI_DESCRIPTION_TEXT ${SecMIBs} "SNMP MIBs for better SNMP dissection."
   !insertmacro MUI_DESCRIPTION_TEXT ${SecShortcuts} "Start menu shortcuts."
   !insertmacro MUI_DESCRIPTION_TEXT ${SecDesktopIcon} "Ethereal desktop icon."