aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.am
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2017-02-17 16:19:56 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2017-02-20 12:55:49 +0000
commite2e4415c9fefbe3c8b840c3207c8e1197e9b385e (patch)
tree19171e1087ef9e95dfc2947fa8f0990ca06efee3 /wsutil/Makefile.am
parent6c654861d94869e32536c19c5001666c1faf96c7 (diff)
Add some glib functions not available in older glibs
Change-Id: I6526d799447a3b6c0b9bb42f8d0f8c3415299ed0 Reviewed-on: https://code.wireshark.org/review/20158 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'wsutil/Makefile.am')
-rw-r--r--wsutil/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am
index 76b968b66b..eba80f941a 100644
--- a/wsutil/Makefile.am
+++ b/wsutil/Makefile.am
@@ -64,6 +64,7 @@ libwsutil_nonrepl_INCLUDES = \
filesystem.h \
frequency-utils.h \
g711.h \
+ glib-compat.h \
inet_addr.h \
inet_ipv6.h \
interface.h \
@@ -142,6 +143,7 @@ libwsutil_la_SOURCES = \
filesystem.c \
frequency-utils.c \
g711.c \
+ glib-compat.c \
inet_addr.c \
interface.c \
jsmn.c \