From 194433a503bf1f90f1037e6c1e1e97303f6c3ffa Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Thu, 22 Dec 2016 14:19:30 +0100 Subject: udpdump: remove libwireshark dependancy. Export pdu routines have been rewritten here on purpose. Change-Id: If4879de4c98b6f20a75df158cae0cf9a80ffae57 Reviewed-on: https://code.wireshark.org/review/19384 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- extcap/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'extcap/Makefile.am') diff --git a/extcap/Makefile.am b/extcap/Makefile.am index 139179146a..77bd317d8d 100644 --- a/extcap/Makefile.am +++ b/extcap/Makefile.am @@ -121,7 +121,6 @@ endif udpdump_LDADD = \ ../writecap/libwritecap.a \ ../wsutil/libwsutil.la \ - ../epan/libwireshark.la \ @GLIB_LIBS@ noinst_HEADERS = \ -- cgit v1.2.1