aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-23 01:01:19 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-23 01:01:19 +0000
commitd643a55488c80c97885abd72070c847dbc93b1ad (patch)
tree403435ea43801f2280a66ae8b9d6da8a4db12d82 /Makefile.common
parenta25fd8d7cae3a7516da1f67bb77f11fceebb36e8 (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.
svn path=/trunk/; revision=13474
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