summaryrefslogtreecommitdiff
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorStephen Fisher <sfisher@sdf.org>2014-12-19 15:54:04 -0700
committerStephen Fisher <sfisher@sdf.org>2014-12-19 22:56:18 +0000
commite2586ec36d0d924b933d2127e809918b980cb413 (patch)
treea097b880e727489e90d0944fc9fa38c6fdb1ab77 /wsutil/Makefile.common
parente7d2c8dad585968752b41274d6f601bed5fb860a (diff)
downloadwireshark-e2586ec36d0d924b933d2127e809918b980cb413.tar.gz
Provide a floorl() function (which is currently only able to call GCC's
__builtin_floorl() function) for systems which don't provide one. Change-Id: Ie0140ff195f0eae525c7bd70c7c3e23039fde569 Reviewed-on: https://code.wireshark.org/review/5889 Reviewed-by: Stephen Fisher <sfisher@sdf.org>
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 f59f4c2af2..d09c7d9f11 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -51,6 +51,7 @@ LIBWSUTIL_SRC = \
des.c \
eax.c \
filesystem.c \
+ floor.c \
g711.c \
glib_version_info.c \
md4.c \
@@ -103,6 +104,7 @@ libwsutil_nonrepl_INCLUDES = \
des.h \
eax.h \
filesystem.h \
+ floor.h \
g711.h \
glib_version_info.h \
md4.h \