aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index e4bdb98a37..a1322f1d9f 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -135,9 +135,10 @@ ethereal_SOURCES = \
$(ETHEREAL_COMMON_SRC) \
alert_box.c \
capture.c \
+ capture_info.c \
+ capture_loop.c \
capture_opts.c \
capture_sync.c \
- capture_loop.c \
color_filters.c \
file.c \
fileset.c \
@@ -151,9 +152,10 @@ ethereal_SOURCES = \
ethereal_INCLUDES = \
alert_box.h \
capture.h \
+ capture_info.h \
+ capture_loop.h \
capture_opts.h \
capture_sync.h \
- capture_loop.h \
color_filters.h \
filters.h \
g711.h \
@@ -215,6 +217,7 @@ dumpcap_SOURCES = \
version_info.c \
capture_opts.c \
capture_loop.c \
+ capture_info.c \
dumpcap.c