Windows: fix update of version information in wireshark and tshark

Broken since gc46329c

Change-Id: I00146675d16db021e2cbb7b16841ea9ecb1439b9
Reviewed-on: https://code.wireshark.org/review/2703
Reviewed-by: Evan Huus <eapache@gmail.com>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2014-06-29 23:12:05 +02:00
parent b33512b704
commit e2801d0da0
2 changed files with 7 additions and 1 deletions

View File

@ -555,7 +555,7 @@ text2pcap-scanner.obj : text2pcap-scanner.c
# The following targets will rebuild their respective objs
# if and when version.h should change.
#
text2pcap.obj mergecap.obj capinfos.obj captype.obj editcap.obj reordercap.obj version_info.obj: version.h
text2pcap.obj mergecap.obj capinfos.obj captype.obj editcap.obj reordercap.obj: version.h
clean-local:

View File

@ -48,6 +48,12 @@ libwsutil.dll : $(OBJECTS) nghttp ..\image\libwsutil.res
nghttp2/nghttp2_hd_huffman_data.obj \
nghttp2/nghttp2_helper.obj
#
# The following target will rebuild its obj
# if and when version.h should change.
#
ws_version_info.obj: ..\version.h
clean-local:
rm -f $(OBJECTS) \
libwsutil.lib \