aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/nsis/Makefile.nmake')
-rw-r--r--packaging/nsis/Makefile.nmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index f82fcfe342..98eaa49ae8 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.6 2001/05/22 16:19:45 gram Exp $
+# $Id: Makefile.nmake,v 1.7 2001/07/12 22:45:23 gram Exp $
#
#
# NSIS is a free packager/installer/uninstaller program for Win32.
@@ -11,13 +11,14 @@
include ../../config.nmake
EXE=../../ethereal.exe ../../tethereal.exe ../../editcap.exe \
- ../../text2pcap.exe
+ ../../text2pcap.exe ../../mergecap.exe
PDB=../../ethereal.pdb ../../tethereal.pdb ../../editcap.pdb
DLL=../../wiretap/wiretap-$(WTAP_VERSION).dll
DOC=../../doc/ethereal.html \
../../doc/tethereal.html \
../../doc/editcap.html \
../../doc/text2pcap.html \
+ ../../doc/mergecap.html \
../../README \
../../README.win32
GPL=GPL.txt