summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-28 22:18:06 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-28 22:18:06 +0000
commiteffa1b3a7c79ed339756ea4c84a60465c1f562bf (patch)
tree1180535551d8302137d5369f294fc515b700243a /packaging
parente82619ca3ab6b0ff93722ba098ca934f0e742899 (diff)
downloadwireshark-effa1b3a7c79ed339756ea4c84a60465c1f562bf.tar.gz
Add the MEGACO and PCLI plugins.
svn path=/trunk/; revision=7024
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake6
-rw-r--r--packaging/nsis/ethereal.nsi4
2 files changed, 7 insertions, 3 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 028160d0c0..29a2caa734 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.14 2002/08/20 00:59:39 jmayer Exp $
+# $Id: Makefile.nmake,v 1.15 2003/01/28 22:18:06 guy Exp $
#
# NSIS is a free packager/installer/uninstaller program for Win32.
# It was originally written for the Winamp package, but various
@@ -26,7 +26,9 @@ PLUGINS=../../plugins/docsis/docsis.dll \
../../plugins/giop/coseventcomm.dll \
../../plugins/giop/cosnaming.dll \
../../plugins/gryphon/gryphon.dll \
- ../../plugins/mgcp/mgcp.dll
+ ../../plugins/megaco/megaco.dll \
+ ../../plugins/mgcp/mgcp.dll \
+ ../../plugins/pcli/pcli.dll
DELIVERABLES=$(EXE) $(DLL) $(DOC) $(GPL) $(PLUGINS)
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 4fb1c3dc3d..d6b7418f21 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.8 2002/12/07 21:10:22 gerald Exp $
+; $Id: ethereal.nsi,v 1.9 2003/01/28 22:18:06 guy Exp $
; ============================================================================
; Header configuration
@@ -140,7 +140,9 @@ File "..\..\plugins\docsis\docsis.dll"
File "..\..\plugins\giop\coseventcomm.dll"
File "..\..\plugins\giop\cosnaming.dll"
File "..\..\plugins\gryphon\gryphon.dll"
+File "..\..\plugins\megaco\megaco.dll"
File "..\..\plugins\mgcp\mgcp.dll"
+File "..\..\plugins\pcli\pcli.dll"
SectionEnd
Section "SNMP MIBs"