aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-01-11 19:47:24 +0000
committerMichael Mann <mmann78@netscape.net>2014-01-11 19:47:24 +0000
commit31e24e47dbf8d3b832e3d087741c5f7e30eacdd7 (patch)
tree3535dce883c9f0b89edd98058994b1040dd8cc34 /Makefile.am
parente2cec3b99025c579c5564688c0fc4ad76a6f7e9d (diff)
Link wiretap library with tfshark. This is hopefully a "temporary" fix as the plan is to not have tfshark depend on wiretap.
From Michal Labedzki svn path=/trunk/; revision=54697
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 252466bd3e..ac448a882b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -460,6 +460,7 @@ tfshark_LDADD = \
ui/cli/libcliui.a \
ui/libui.a \
filetap/libfiletap.la \
+ wiretap/libwiretap.la \
epan/libwireshark.la \
wsutil/libwsutil.la \
@SSL_LIBS@ \