Try to fix Windows build for popcount() unresolved external symbol

Change-Id: Ie154caa1967ce4016dd52eefcf757e2e58d7ac68
Reviewed-on: https://code.wireshark.org/review/6005
Reviewed-by: Stephen Fisher <sfisher@sdf.org>
This commit is contained in:
Stephen Fisher 2014-12-22 17:44:20 -07:00
parent ae6df38436
commit 4009231b2c
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ OBJECTS = file_util.obj \
inet_ntop.obj \
inet_pton.obj \
$(LIBWSUTIL_SRC:.c=.obj) \
popcount.obj \
strptime.obj \
wsgetopt.obj \
ws_mempbrk_sse42.obj