aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-10-30 11:44:06 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-10-30 11:44:06 +0000
commit3e5ac875205e52b2d509269f24b1f96d492283f0 (patch)
tree11e37a4be922055885339b375ec352a82420f71a /Makefile.common
parent1f02604dcd21efea54f3d90087b90fcd25d9cd62 (diff)
code cleanup: split capture_sync from capture.c into it's own file.
That's the part used, when "Update list of packets in real time" is used while capturing. svn path=/trunk/; revision=12445
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 13d78709a6..09044da7ac 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -140,6 +140,7 @@ ethereal_SOURCES = \
$(ETHEREAL_COMMON_SRC) \
alert_box.c \
capture.c \
+ capture_sync.c \
capture_combo_utils.c \
color_filters.c \
file.c \
@@ -153,6 +154,7 @@ ethereal_SOURCES = \
ethereal_INCLUDES = \
alert_box.h \
capture.h \
+ capture_sync.h \
capture_combo_utils.h \
color_filters.h \
filters.h \