summaryrefslogtreecommitdiff
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-10 09:11:12 +0000
committerJoão Valverde <j@v6e.pt>2016-02-19 15:55:09 +0000
commit8bee8bad813446bbf75428a8cdd756fe6063ca6f (patch)
treed6a335bcf1bf745c36fcefefab3356f6c1705a05 /wsutil/Makefile.common
parent5fec8fa74619a69e3faeca01fd483157d39f7b13 (diff)
downloadwireshark-8bee8bad813446bbf75428a8cdd756fe6063ca6f.tar.gz
Add inet_pton/inet_ntop interface to libwsutil
Change-Id: Ifc344ed33f2f7ca09a6912a5adb49dc35f07c81f Reviewed-on: https://code.wireshark.org/review/13881 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
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 9f69cee14c..6e93833de2 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -50,6 +50,7 @@ LIBWSUTIL_COMMON_SRC = \
filesystem.c \
frequency-utils.c \
g711.c \
+ inet_addr.c \
jsmn.c \
md4.c \
md5.c \
@@ -100,6 +101,7 @@ libwsutil_nonrepl_INCLUDES = \
filesystem.h \
frequency-utils.h \
g711.h \
+ inet_addr.h \
jsmn.h \
md4.h \
md5.h \