summaryrefslogtreecommitdiff
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-21 13:31:13 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-21 20:31:53 +0000
commit73c7addfa653788c6555163a35775c441f8d0958 (patch)
treee1961bb12c46ddb6556472f9477e7d9488b0a85e /wsutil/Makefile.common
parent3c96970544b7fe8c83f05499197fb5fa4f5fd8be (diff)
downloadwireshark-73c7addfa653788c6555163a35775c441f8d0958.tar.gz
Move the routine to get memory information to wsutil.
Change-Id: I94717cec5a464166585b258a83f8ccdaccf8d5ff Reviewed-on: https://code.wireshark.org/review/2525 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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 65bb6364f9..0d5232bd0b 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -52,6 +52,7 @@ LIBWSUTIL_SRC = \
g711.c \
md4.c \
md5.c \
+ mem_info.c \
mpeg-audio.c \
nstime.c \
os_version_info.c \
@@ -98,6 +99,7 @@ LIBWSUTIL_INCLUDES = \
g711.h \
md4.h \
md5.h \
+ mem_info.h \
mpeg-audio.h \
nstime.h \
os_version_info.h \