summaryrefslogtreecommitdiff
path: root/extcap/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-20 19:08:00 -0700
committerGuy Harris <guy@alum.mit.edu>2017-04-21 06:50:21 +0000
commit67a5d9bebebe1bbe668d8da11601c1833bc7bf4d (patch)
treecf3ecb29c91935052baa8a667aae7fe7e0f2a5c6 /extcap/Makefile.am
parent9e4c018e08d5a657f85f0cde0607db0a6d25ddf4 (diff)
downloadwireshark-67a5d9bebebe1bbe668d8da11601c1833bc7bf4d.tar.gz
Use the cfile_ failure_message routines in androiddump.
Change-Id: Ic310eaafac054db7736c503252062c3dd3e00a99 Reviewed-on: https://code.wireshark.org/review/21265 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'extcap/Makefile.am')
-rw-r--r--extcap/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/extcap/Makefile.am b/extcap/Makefile.am
index 491522ad07..89f5399853 100644
--- a/extcap/Makefile.am
+++ b/extcap/Makefile.am
@@ -50,6 +50,7 @@ endif
# Libraries and plugin flags with which to link androiddump.
androiddump_LDADD = \
+ ../ui/libui.a \
../wiretap/libwiretap.la \
../wsutil/libwsutil.la \
@GLIB_LIBS@