From d26000302681fde598974116f0512c5bbb7ea72c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 3 Apr 2006 01:56:53 +0000 Subject: Put the low-level sync routines into a common file so they can be shared by dumpcap and Ethereal (so that, on UN*X, the child process can report a detailed "can't exec dumpcap" error). Rename most of the "sync_pipe_XXX_to_parent()" routines, as they're also in Tethereal, which doesn't have a sync pipe. svn path=/trunk/; revision=17789 --- Makefile.common | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index f27e41f4e8..36f8ef43a2 100644 --- a/Makefile.common +++ b/Makefile.common @@ -151,6 +151,7 @@ ethereal_SOURCES = \ g711.c \ merge.c \ proto_hier_stats.c \ + sync_pipe_write.c \ summary.c \ tempfile.c @@ -176,6 +177,7 @@ ethereal_INCLUDES = \ stat_menu.h \ statusbar.h \ summary.h \ + sync_pipe.h \ tap_dfilter_dlg.h \ ui_util.h @@ -225,6 +227,7 @@ dumpcap_SOURCES = \ dumpcap.c \ pcapio.c \ ringbuffer.c \ + sync_pipe_write.c \ tempfile.c \ version_info.c -- cgit v1.2.1