summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-05-28 18:42:40 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-05-28 18:42:40 +0000
commit8f7e6b6e555d6f660e16aca5c8b575aee35ed2ed (patch)
tree613c5994729115fcd0f212a247675035d6627fbb /packaging
parent385d0e165f0ece11cdfb3b0a1639ddfcea1d982b (diff)
downloadwireshark-8f7e6b6e555d6f660e16aca5c8b575aee35ed2ed.tar.gz
Include profinet plugin in PLUGINS symbol.
svn path=/trunk/; revision=28514
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 66bafd482b..9ed15363fc 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -53,8 +53,9 @@ PLUGINS= \
../../plugins/gryphon/gryphon.dll \
../../plugins/irda/irda.dll \
../../plugins/m2m/m2m.dll \
- ../../plugins/opcua/opcua.dll \
../../plugins/mate/mate.dll \
+ ../../plugins/opcua/opcua.dll \
+ ../../plugins/profinet/profinet.dll \
../../plugins/sercosiii/sercosiii.dll \
../../plugins/stats_tree/stats_tree.dll \
../../plugins/unistim/unistim.dll \