aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-06-29 23:12:05 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-06-30 05:13:24 +0000
commite2801d0da0fdfb52eb25b14d0dc7632c5dff8e33 (patch)
treefcae31484f177d22dbce76bf2446081f82c1f329 /wsutil
parentb33512b704eae1716939cd493ecac85998039f07 (diff)
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>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/Makefile.nmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake
index b7d641b96a..5a08acf234 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -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 \