diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-08-20 06:29:57 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-08-20 06:29:57 +0000 |
commit | 55174ef57bbc05195d657d7d53dd3c1aa3e75f63 (patch) | |
tree | 4d9d53777ede244d59270e2e019f8acf0040946a /packaging | |
parent | 690617200a8824c635402de8534c7cfac7cf8dad (diff) | |
download | wireshark-55174ef57bbc05195d657d7d53dd3c1aa3e75f63.tar.gz wireshark-55174ef57bbc05195d657d7d53dd3c1aa3e75f63.tar.bz2 wireshark-55174ef57bbc05195d657d7d53dd3c1aa3e75f63.zip |
Add the GIOP plugins.
svn path=/trunk/; revision=3853
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/nsis/ethereal.nsi.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/nsis/ethereal.nsi.in b/packaging/nsis/ethereal.nsi.in index 6bfed5025d..bf46a8e2d4 100644 --- a/packaging/nsis/ethereal.nsi.in +++ b/packaging/nsis/ethereal.nsi.in @@ -1,7 +1,7 @@ ; ; ethereal.nsi ; -; $Id: ethereal.nsi.in,v 1.4 2001/07/12 22:45:23 gram Exp $ +; $Id: ethereal.nsi.in,v 1.5 2001/08/20 06:29:57 guy Exp $ ; ============================================================================ ; Header configuration @@ -112,6 +112,8 @@ Section "Plugins" SetOutPath $INSTDIR\plugins\@VERSION@ File "..\..\plugins\gryphon\gryphon.dll" File "..\..\plugins\mgcp\mgcp.dll" +File "..\..\plugins\giop\cosnaming.dll" +File "..\..\plugins\giop\coseventcomm.dll" SectionEnd Section "Debug PDB Files" |