aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-06 23:23:44 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-06 23:23:44 +0000
commitc1ef044de5e4a28cbad0d010aeafe38da0be6750 (patch)
treefce22addeb0c465278ffac2b56c7cd27955ffd7a /epan/Makefile.common
parent895f83b37d70006a00f0b0e08667f9ffe9ea6dd4 (diff)
Move tvb_uncompress() to tvbuff_zlib.c
svn path=/trunk/; revision=53815
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 0cb1052e19..2accf5deaa 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -97,6 +97,7 @@ LIBWIRESHARK_SRC = \
tvbuff_composite.c \
tvbuff_real.c \
tvbuff_subset.c \
+ tvbuff_zlib.c \
tvbuff.c \
uat.c \
value_string.c \