aboutsummaryrefslogtreecommitdiffstats
path: root/image/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 20:39:01 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 20:39:01 +0000
commitc208638001d76fc4d2fd6c2f8fe72c72f50fef7f (patch)
tree84b33b59aa7d573c29391d7217fc57cc8340fd63 /image/Makefile.nmake
parentd63374e24882c9c795d00f731cef69b6dc351593 (diff)
Fix manifest name.
svn path=/trunk/; revision=18285
Diffstat (limited to 'image/Makefile.nmake')
-rw-r--r--image/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/image/Makefile.nmake b/image/Makefile.nmake
index 93adb6dee5..ff77f88767 100644
--- a/image/Makefile.nmake
+++ b/image/Makefile.nmake
@@ -7,11 +7,11 @@ include ..\config.nmake
ALL_RC=wireshark.rc libwireshark.rc tshark.rc capinfos.rc editcap.rc text2pcap.rc mergecap.rc wiretap.rc dumpcap.rc wireshark.exe.manifest
all : $(ALL_RC)
-wireshark.exe.manifest: ethereal.exe.manifest.in ..\config.nmake
+wireshark.exe.manifest: wireshark.exe.manifest.in ..\config.nmake
sed -e s/@VERSION_MAJOR@/$(VERSION_MAJOR)/ \
-e s/@VERSION_MINOR@/$(VERSION_MINOR)/ \
-e s/@VERSION_MICRO@/$(VERSION_MICRO)/ \
- < ethereal.exe.manifest.in > $@
+ < wireshark.exe.manifest.in > $@
wireshark.rc : win32-file-dlg.rc wireshark.rc.in wireshark.exe.manifest ..\config.nmake
sed -e s/@VERSION@/$(VERSION)/ \