aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2014-01-09 11:02:29 +0000
committerJörg Mayer <jmayer@loplof.de>2014-01-09 11:02:29 +0000
commit02b9cbb5719550634ab5a861e078c7de014d7928 (patch)
treed4d84b50e751d551e04a937b1e72f1d0b46b0d97 /Makefile.common
parent993a4d5b7c0192a244cce159860d04a04c44e56c (diff)
Move cfile.c into SHARK_COMMON_SRC (as was done in nmake)
svn path=/trunk/; revision=54678
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common
index 9c44211796..f47aa9389e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -45,6 +45,7 @@ GENERATED_FILES = $(GENERATED_C_FILES) $(GENERATED_HEADER_FILES)
SHARK_COMMON_SRC = \
$(PLATFORM_PCAP_SRC) \
capture-pcap-util.c \
+ cfile.c \
cfutils.c \
clopts_common.c \
frame_tvbuff.c \
@@ -90,7 +91,6 @@ WIRESHARK_COMMON_SRC = \
capture.c \
capture_info.c \
capture_opts.c \
- cfile.c \
color_filters.c \
file.c \
fileset.c \
@@ -122,20 +122,17 @@ WIRESHARK_COMMON_INCLUDES = \
tshark_SOURCES = \
$(SHARK_COMMON_SRC) \
$(SHARK_COMMON_CAPTURE_SRC) \
- cfile.c \
capture_opts.c \
tshark.c
# tfshark specifics
tfshark_SOURCES = \
$(SHARK_COMMON_SRC) \
- cfile.c \
tfshark.c
# rawshark specifics
rawshark_SOURCES = \
$(SHARK_COMMON_SRC) \
- cfile.c \
rawshark.c
# text2pcap specifics