aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 17:38:42 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 17:38:42 +0000
commit8958bab6dee184310e4393e33591eb0cef1f7de1 (patch)
treeafe5ad59d2280ee36c0ce913a4252cddc692436f /Makefile.common
parent7bc853b62b59e6cf66ba2c3a2699a8a79ef864bd (diff)
Tethereal/tethereal -> TShark/tshark.
svn path=/trunk/; revision=18268
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common18
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.common b/Makefile.common
index c8615a6dc5..9cb087ec4f 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -39,12 +39,12 @@ GENERATED_HEADER_FILES = \
# C source files generated from source files.
GENERATED_C_FILES = \
$(BUILT_C_FILES) \
- tethereal-tap-register.c
+ tshark-tap-register.c
# All the generated files.
GENERATED_FILES = $(GENERATED_C_FILES) $(GENERATED_HEADER_FILES)
-# sources common for ethereal and tethereal
+# sources common for ethereal and tshark
ETHEREAL_COMMON_SRC = \
$(PLATFORM_SRC) \
capture_errs.c \
@@ -92,8 +92,8 @@ ETHEREAL_COMMON_INCLUDES = \
util.h \
version_info.h
-# sources for Tethereal taps
-TETHEREAL_TAP_SRC = \
+# sources for TShark taps
+TSHARK_TAP_SRC = \
tap-afpstat.c \
tap-ansi_astat.c \
tap-bootpstat.c \
@@ -181,15 +181,15 @@ ethereal_INCLUDES = \
tap_dfilter_dlg.h \
ui_util.h
-# tethereal specifics
-tethereal_SOURCES = \
+# tshark specifics
+tshark_SOURCES = \
$(ETHEREAL_COMMON_SRC) \
- $(TETHEREAL_TAP_SRC) \
+ $(TSHARK_TAP_SRC) \
capture_opts.c \
capture_loop.c \
tempfile.c \
- tethereal-tap-register.c \
- tethereal.c
+ tshark-tap-register.c \
+ tshark.c
# text2pcap specifics
text2pcap_SOURCES = \