CMake,autotools: remove unneeded files, fixes build

sharkd does not perform any capturing, so do not include related
libraries and files. This fixes the CMake build too.

Change-Id: Ie002b09dbf60070e34dacc8ae7dadee6690d4db8
Reviewed-on: https://code.wireshark.org/review/19786
Reviewed-by: Dario Lombardo <lomato@gmail.com>
Tested-by: Dario Lombardo <lomato@gmail.com>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Peter Wu 2017-01-25 15:06:42 +01:00
parent bceb614d15
commit 53c7f0a25e
2 changed files with 0 additions and 3 deletions

View File

@ -2298,7 +2298,6 @@ if(BUILD_sharkd)
${APPLE_SYSTEM_CONFIGURATION_LIBRARY}
)
set(sharkd_FILES
capture_opts.c
filter_files.c
sharkd.c
sharkd_daemon.c

View File

@ -593,8 +593,6 @@ sharkd_LDFLAGS = $(AM_LDFLAGS) $(EXTRALINKFLAGS)
# Libraries and plugin flags with which to link sharkd.
sharkd_LDADD = \
capchild/libcapchild.a \
caputils/libcaputils.a \
ui/cli/libcliui.a \
ui/libui.a \
wiretap/libwiretap.la \