aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-22 11:25:16 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-22 11:25:16 +0000
commit3d618f5668834a46e187f25116e5148e5b5e0545 (patch)
tree63fa4d8f939939f4aee3a020fb08870d98b59fef /packaging
parent412235136c0527178e217e0e2fd328f787d2edb2 (diff)
Incorporate plugin dissector into build in collection.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27504 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake1
-rw-r--r--packaging/nsis/wireshark.nsi1
2 files changed, 0 insertions, 2 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index e3902eb9d7..79934ded5f 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -46,7 +46,6 @@ PLUGINS= \
../../plugins/agentx/agentx.dll \
../../plugins/artnet/artnet.dll \
../../plugins/asn1/asn1.dll \
- ../../plugins/ciscosm/ciscosm.dll \
../../plugins/docsis/docsis.dll \
../../plugins/ethercat/ethercat.dll \
../../plugins/giop/coseventcomm.dll \
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 7c99971266..9910c96ddf 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -785,7 +785,6 @@ SetOutPath $INSTDIR\plugins\${VERSION}
File "..\..\plugins\agentx\agentx.dll"
File "..\..\plugins\artnet\artnet.dll"
File "..\..\plugins\asn1\asn1.dll"
-File "..\..\plugins\ciscosm\ciscosm.dll"
File "..\..\plugins\docsis\docsis.dll"
File "..\..\plugins\ethercat\ethercat.dll"
File "..\..\plugins\giop\coseventcomm.dll"