summaryrefslogtreecommitdiff
path: root/extcap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-20 14:07:06 -0700
committerGuy Harris <guy@alum.mit.edu>2017-04-20 21:07:35 +0000
commit804d3f62454895c1560a690728b859f68ee35bf6 (patch)
tree1a1597cdb4f3fadc9187e2243bcae372ca680a4c /extcap
parent64ec2b2e5ed590a6f1a3d22c8b24a6e70420d1f9 (diff)
downloadwireshark-804d3f62454895c1560a690728b859f68ee35bf6.tar.gz
Use cfile_write_failure_message() in the randpkt code.
Change-Id: I32ef7ff85f854782e5dd02c3e7f12436a120bc13 Reviewed-on: https://code.wireshark.org/review/21259 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'extcap')
-rw-r--r--extcap/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/extcap/Makefile.am b/extcap/Makefile.am
index 77bd317d8d..491522ad07 100644
--- a/extcap/Makefile.am
+++ b/extcap/Makefile.am
@@ -67,6 +67,7 @@ endif
# Libraries and plugin flags with which to link randpktdump.
randpktdump_LDADD = \
../randpkt_core/librandpkt_core.a \
+ ../ui/libui.a \
../wiretap/libwiretap.la \
../wsutil/libwsutil.la \
@GLIB_LIBS@