From 78f9a07f0a43cdd4dd9716c8599780609d00c390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sun, 29 Oct 2017 01:09:36 +0100 Subject: Remove unused epan/compress/ source code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8f3bd41ff35f00b7a423751bc312725b7e7ae316 Reviewed-on: https://code.wireshark.org/review/24152 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte --- epan/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/Makefile.am') diff --git a/epan/Makefile.am b/epan/Makefile.am index c55f50262c..43bfa52103 100644 --- a/epan/Makefile.am +++ b/epan/Makefile.am @@ -27,7 +27,7 @@ if HAVE_LIBLUA wslua_dir = wslua endif -SUBDIRS = compress crypt ftypes dfilter dissectors wmem $(wslua_dir) +SUBDIRS = crypt ftypes dfilter dissectors wmem $(wslua_dir) AM_CPPFLAGS = $(INCLUDEDIRS) -I$(builddir)/wslua $(WS_CPPFLAGS) \ $(GLIB_CFLAGS) $(PCAP_CFLAGS) $(LUA_CFLAGS) $(LIBGNUTLS_CFLAGS) \ @@ -340,7 +340,6 @@ libwireshark_la_LIBADD = \ libwireshark_la_DEPENDENCIES = \ libwireshark_generated.la \ - compress/liblzxpress.la \ libwireshark_asmopt.la \ crypt/libairpdcap.la \ ftypes/libftypes.la \ -- cgit v1.2.3