aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-07-30 05:49:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-07-30 05:49:58 +0000
commit78afe3fa82ffedaa2db9d6f89f9f357f8df1eb77 (patch)
tree41d5bb641e8f518a4b9fef0e0a33fea7b9eef96c /epan/Makefile.common
parenteb943806465e62d578488111a505b9a3c300f9a6 (diff)
Add a routine to get application memory usage to epan.
svn path=/trunk/; revision=51023
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 7ca9b04dd6..f6bf2ac79d 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -29,6 +29,7 @@ LIBWIRESHARK_SRC = \
address_to_str.c \
adler32.c \
afn.c \
+ app_mem_usage.c \
asn1.c \
atalk-utils.c \
base64.c \
@@ -150,6 +151,7 @@ LIBWIRESHARK_INCLUDES = \
adler32.h \
afn.h \
aftypes.h \
+ app_mem_usage.h \
arcnet_pids.h \
arptypes.h \
ax25_pids.h \