aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-23 01:01:19 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-23 01:01:19 +0000
commit83aa43e431d3b4257d21cd5a0e7dc316dd01a29b (patch)
tree403435ea43801f2280a66ae8b9d6da8a4db12d82 /Makefile.common
parenta11f1813cdcc7f79571fd316a560eab707fd0d56 (diff)
move capture_opts related things (init, command line, ...) from capture.c to a new file capture_opts.c and let both ethereal and tethereal use it.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13474 f5534014-38df-0310-8fa8-9805f1628bb7
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 287c8e3856..a5b8964909 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -152,6 +152,7 @@ ethereal_SOURCES = \
$(ETHEREAL_COMMON_SRC) \
alert_box.c \
capture.c \
+ capture_opts.c \
capture_sync.c \
capture_loop.c \
color_filters.c \
@@ -186,6 +187,7 @@ ethereal_INCLUDES = \
tethereal_SOURCES = \
$(ETHEREAL_COMMON_SRC) \
$(TETHEREAL_TAP_SRC) \
+ capture_opts.c \
tethereal-tap-register.c \
tethereal.c