aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-02-22 11:43:37 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-02-22 11:43:37 +0000
commit9da243b13caeabae1264568d9256ef35de9708f2 (patch)
treec8d9cbc25659cbfc57d79ea5a9073bd6e281a4dd /packaging
parent4683efcfe2f04350f90416f93291eab8ad321a97 (diff)
Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27505
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 79934ded5f..8043dcd35b 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -44,7 +44,6 @@ HELP=../../help/capture_filters.txt \
PLUGINS= \
../../plugins/agentx/agentx.dll \
- ../../plugins/artnet/artnet.dll \
../../plugins/asn1/asn1.dll \
../../plugins/docsis/docsis.dll \
../../plugins/ethercat/ethercat.dll \
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 9910c96ddf..e49427a883 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -783,7 +783,6 @@ Section "Dissector Plugins" SecPlugins
;-------------------------------------------
SetOutPath $INSTDIR\plugins\${VERSION}
File "..\..\plugins\agentx\agentx.dll"
-File "..\..\plugins\artnet\artnet.dll"
File "..\..\plugins\asn1\asn1.dll"
File "..\..\plugins\docsis\docsis.dll"
File "..\..\plugins\ethercat\ethercat.dll"