summaryrefslogtreecommitdiff
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-08-26 16:23:55 +0000
committerEvan Huus <eapache@gmail.com>2013-08-26 16:23:55 +0000
commit304bbabbbee3ede70ca6e4f55938df3e5d41bad9 (patch)
tree0c8e9681241d16d7d23fd869c214160e8805f362 /wsutil/Makefile.common
parent2a0b65b827512f928fff63939a5cb0a14768f673 (diff)
downloadwireshark-304bbabbbee3ede70ca6e4f55938df3e5d41bad9.tar.gz
From Jiri Engelthaler via
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9055 Add support for bitmask set for signed integer types. svn path=/trunk/; revision=51522
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index ba181e95d6..7332d97d8e 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -52,6 +52,7 @@ LIBWSUTIL_SRC = \
sha1.c \
strnatcmp.c \
str_util.c \
+ swar.c \
rc4.c \
report_err.c \
tempfile.c \
@@ -85,6 +86,7 @@ LIBWSUTIL_INCLUDES = \
pint.h \
rc4.h \
report_err.h \
+ swar.h \
tempfile.h \
type_util.h \
u3.h