aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-03-14 00:17:22 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-03-14 00:17:22 +0000
commit89c487756ea41f8dcd8de740f72f3018555d7f40 (patch)
tree11d06338c2a9daadac396d2d8ce8e2fe7a44f257 /Makefile.nmake
parent0398f48341ddd856b0eb0b12f9536233bdbd0ae7 (diff)
missed to add strptime.obj to the editcap.
svn path=/trunk/; revision=17617
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 754c3b7a87..c583f0831b 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -179,7 +179,7 @@ capinfos.exe : config.h capinfos.obj getopt.obj $(command_line_OBJECTS) wiretap\
/OUT:capinfos.exe $(conflags) $(conlibsdll) $(LDFLAGS) /SUBSYSTEM:console capinfos.obj getopt.obj $(command_line_OBJECTS) $(capinfos_LIBS) image\capinfos.res
<<
-editcap.exe : config.h editcap.obj getopt.obj wiretap\wiretap-$(WTAP_VERSION).lib image\editcap.res
+editcap.exe : config.h editcap.obj getopt.obj strptime.obj wiretap\wiretap-$(WTAP_VERSION).lib image\editcap.res
@echo Linking $@
$(LINK) @<<
/OUT:editcap.exe $(conflags) $(conlibsdll) $(LDFLAGS) /SUBSYSTEM:console editcap.obj getopt.obj $(command_line_OBJECTS) $(editcap_LIBS) image\editcap.res