aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-07-14 07:59:42 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-07-14 07:59:42 +0000
commitb3e0623e5ca3661404db30e9a702b1c11ad6e5d9 (patch)
treeae25c13ae5e87df16c2c37ca7fc99855a720d04c /epan/Makefile.am
parent0d85b75305677a1298b76718112c4e440f84b94c (diff)
Fix tvbtest linking, move private structures to tvbuff_subset
svn path=/trunk/; revision=50570
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 1649cc7ca9..834ad9d7e1 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -161,7 +161,7 @@ reassemble_test_LDADD = \
$(GLIB_LIBS) \
-lz
-tvbtest: tvbtest.o tvbuff.o except.o to_str.o strutil.o emem.o charsets.o
+tvbtest: tvbtest.o tvbuff.o tvbuff_real.o tvbuff_subset.o except.o to_str.o strutil.o emem.o charsets.o
$(LINK) $^ $(GLIB_LIBS) -lz
exntest: exntest.o except.o