aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-01-03 05:33:02 +0000
committerGuy Harris <guy@alum.mit.edu>2012-01-03 05:33:02 +0000
commit08e0793deb1bba1333dde192b17f6d5ba7aef068 (patch)
treeefc499c33e9fe32193929947e343a581e0ad9bdb /Makefile.common
parent56188e9d27c0306f658e40c0978960d503a240cf (diff)
capture_sync.c is another file common to all programs that capture
traffic by running dumpcap (not surprising, as it's the file with all the "run dumpcap" routines). svn path=/trunk/; revision=40358
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index a62fc37d73..c01461fab4 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -92,6 +92,7 @@ WIRESHARK_COMMON_INCLUDES = \
# these are for programs that capture traffic by running dumpcap
SHARK_COMMON_CAPTURE_SRC = \
capture_ifinfo.c \
+ capture_sync.c \
capture_ui_utils.c
# corresponding headers
@@ -149,7 +150,6 @@ wireshark_SOURCES = \
capture.c \
capture_info.c \
capture_opts.c \
- capture_sync.c \
color_filters.c \
file.c \
fileset.c \
@@ -192,7 +192,6 @@ tshark_SOURCES = \
$(SHARK_COMMON_CAPTURE_SRC) \
$(TSHARK_TAP_SRC) \
capture_opts.c \
- capture_sync.c \
tempfile.c \
tshark-tap-register.c \
tshark.c