aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-07-07 19:48:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-07-07 19:48:06 +0000
commit37915b4dd78d1b56796a21125e6938a0e05006e7 (patch)
tree489b3801c4f499fb55bf55c0dfb88a3763158acb /packaging
parentcf9e596d86ac04a5d2fa4ac0488405cf0e7111e2 (diff)
Add parlay.dll and tango.dll to the installer.
svn path=/trunk/; revision=14870
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake2
-rw-r--r--packaging/nsis/ethereal.nsi2
2 files changed, 4 insertions, 0 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 8a3f739d6e..f008688657 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -71,6 +71,8 @@ PLUGINS=../../plugins/acn/acn.dll \
../../plugins/enttec/enttec.dll \
../../plugins/giop/coseventcomm.dll \
../../plugins/giop/cosnaming.dll \
+ ../../plugins/giop/parlay.dll \
+ ../../plugins/giop/tango.dll \
../../plugins/gryphon/gryphon.dll \
../../plugins/irda/irda.dll \
../../plugins/lwres/lwres.dll \
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index e9638c8668..dc781b298c 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -439,6 +439,8 @@ File "..\..\plugins\docsis\docsis.dll"
File "..\..\plugins\enttec\enttec.dll"
File "..\..\plugins\giop\coseventcomm.dll"
File "..\..\plugins\giop\cosnaming.dll"
+File "..\..\plugins\giop\parlay.dll"
+File "..\..\plugins\giop\tango.dll"
File "..\..\plugins\gryphon\gryphon.dll"
File "..\..\plugins\irda\irda.dll"
File "..\..\plugins\lwres\lwres.dll"