aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 43a797589a..57bf1e8111 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -62,6 +62,7 @@ BUILT_SOURCES = \
ETHEREAL_COMMON_SRC = \
$(PLATFORM_SRC) \
capture_stop_conditions.c \
+ capture_ui_utils.c \
cfile.c \
clopts_common.c \
conditions.c \
@@ -80,6 +81,7 @@ ETHEREAL_COMMON_INCLUDES = \
$(DISSECTOR_SUPPORT_INCLUDES) \
svnversion.h \
capture_stop_conditions.h \
+ capture_ui_utils.h \
cfile.h \
clopts_common.h \
color.h \
@@ -142,7 +144,6 @@ ethereal_SOURCES = \
capture.c \
capture_sync.c \
capture_loop.c \
- capture_ui_utils.c \
color_filters.c \
file.c \
filters.c \
@@ -156,7 +157,6 @@ ethereal_INCLUDES = \
alert_box.h \
capture.h \
capture_sync.h \
- capture_ui_utils.h \
color_filters.h \
filters.h \
g711.h \