summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-10-06 06:56:08 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-10-06 06:56:08 +0000
commit7d2f4603c1fdd21c8ee100f2966cb61fa760fe40 (patch)
tree0138f4bd9aeddd44a0ba8d800a98c43e8e0c6dd1 /packaging
parent15aa4d692fe09a10e1cb31addfbd8634ca069d47 (diff)
downloadwireshark-7d2f4603c1fdd21c8ee100f2966cb61fa760fe40.tar.gz
Build the h223 plugin
svn path=/trunk/; revision=16140
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake1
-rw-r--r--packaging/nsis/ethereal.nsi1
2 files changed, 2 insertions, 0 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index fb10959767..38776025fa 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -74,6 +74,7 @@ PLUGINS=../../plugins/acn/acn.dll \
../../plugins/giop/parlay.dll \
../../plugins/giop/tango.dll \
../../plugins/gryphon/gryphon.dll \
+ ../../plugins/h223/h223.dll \
../../plugins/irda/irda.dll \
../../plugins/lwres/lwres.dll \
../../plugins/mate/mate.dll \
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index d590e92a5f..e9750a41f2 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -676,6 +676,7 @@ File "..\..\plugins\giop\cosnaming.dll"
File "..\..\plugins\giop\parlay.dll"
File "..\..\plugins\giop\tango.dll"
File "..\..\plugins\gryphon\gryphon.dll"
+File "..\..\plugins\h223\h223.dll"
File "..\..\plugins\irda\irda.dll"
File "..\..\plugins\lwres\lwres.dll"
File "..\..\plugins\megaco\megaco.dll"