From 804d3f62454895c1560a690728b859f68ee35bf6 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 20 Apr 2017 14:07:06 -0700 Subject: Use cfile_write_failure_message() in the randpkt code. Change-Id: I32ef7ff85f854782e5dd02c3e7f12436a120bc13 Reviewed-on: https://code.wireshark.org/review/21259 Reviewed-by: Guy Harris --- extcap/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'extcap') 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@ -- cgit v1.2.1