aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-16 03:09:05 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-16 03:09:05 +0000
commit5485b96a9a2c7d188cd7f11a65c24b49dd22614f (patch)
tree784f214fb1b62296ad7fd674bebd038ab7a6b608 /Makefile.common
parent43869b46a800c7d3bf58644932ec23ef420af0ca (diff)
Report a friendlier name, if possible, when capturing in Tethereal.
svn path=/trunk/; revision=13062
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 \