aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-07-14 07:42:19 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-07-14 07:42:19 +0000
commit0d85b75305677a1298b76718112c4e440f84b94c (patch)
tree70ddebed4e192eb88700d2dd208d58b6d4c32477 /epan/Makefile.common
parentc089afca5c353aec09a7bd7d918f58b21bcc9437 (diff)
Move tvb real and subset implementations to seperate files.
svn path=/trunk/; revision=50569
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 441bc8174b..df016301f5 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -98,6 +98,8 @@ LIBWIRESHARK_SRC = \
tfs.c \
to_str.c \
tvbparse.c \
+ tvbuff_real.c \
+ tvbuff_subset.c \
tvbuff.c \
uat.c \
value_string.c \