aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-04-03 01:56:53 +0000
committerGuy Harris <guy@alum.mit.edu>2006-04-03 01:56:53 +0000
commitd26000302681fde598974116f0512c5bbb7ea72c (patch)
treed287fdd29022285058e395ad0d78ec0bf7b24e69 /Makefile.common
parentd5585760e73bfe4e200301eb93626d7a83ccd886 (diff)
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
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
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