From f2786bc8ff5ea25fd1c36d3ebf83a29277ee662b Mon Sep 17 00:00:00 2001 From: Roland Knall Date: Tue, 28 Jun 2016 21:34:46 +0200 Subject: extcap: Remove g_spawn_helper support Move g_spawn to separate file and implement functions to use Windows based method of spawning, instead of the glib based version Change-Id: Ibae03d834ec86531eba37dc8768fbf17ddadf57f Reviewed-on: https://code.wireshark.org/review/16049 Petri-Dish: Roland Knall Tested-by: Petri Dish Buildbot Reviewed-by: Graham Bloice Reviewed-by: Roland Knall --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a4458e0a6d..a6149110c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -383,11 +383,13 @@ GENERATED_FILES = $(GENERATED_C_FILES) $(GENERATED_HEADER_FILES) EXTCAP_COMMON_SRC = \ extcap.c \ - extcap_parser.c + extcap_parser.c \ + extcap_spawn.c EXTCAP_COMMON_INCLUDES = \ extcap.h \ - extcap_parser.h + extcap_parser.h \ + extcap_spawn.h # sources common for wireshark, tshark, and rawshark SHARK_COMMON_SRC = \ -- cgit v1.2.3