aboutsummaryrefslogtreecommitdiffstats
path: root/image/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-23 05:20:33 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-23 05:20:33 +0000
commit4fc8c5fe351a7326aa6bd326deadc05c2d2b24b8 (patch)
tree2c9cf2893e79d501d8c105c84ea71f5585920d7f /image/Makefile.nmake
parentfbd2a3fe3e6829304daba4ada278246f343e5f4b (diff)
Make it compile again.
svn path=/trunk/; revision=18210
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 4bc6be93a3..8094b14d41 100644
--- a/image/Makefile.nmake
+++ b/image/Makefile.nmake
@@ -4,10 +4,10 @@
include ..\config.nmake
-ALL_RC=ethereal.rc libethereal.rc tethereal.rc capinfos.rc editcap.rc text2pcap.rc mergecap.rc wiretap.rc dumpcap.rc ethereal.exe.manifest
+ALL_RC=ethereal.rc libethereal.rc tethereal.rc capinfos.rc editcap.rc text2pcap.rc mergecap.rc wiretap.rc dumpcap.rc wireshark.exe.manifest
all : $(ALL_RC)
-ethereal.exe.manifest: ethereal.exe.manifest.in ..\config.nmake
+wireshark.exe.manifest: ethereal.exe.manifest.in ..\config.nmake
sed -e s/@VERSION_MAJOR@/$(VERSION_MAJOR)/ \
-e s/@VERSION_MINOR@/$(VERSION_MINOR)/ \
-e s/@VERSION_MICRO@/$(VERSION_MICRO)/ \