summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-12-06 00:07:13 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-12-06 00:07:13 +0000
commit7e3a24418c8e8ccd91047deb280de9d72758d57d (patch)
tree18566adb70c9255a53d2418117833708cfa9a640 /Makefile.common
parenta6f33f1d052192581fe1be6b5b006aa608a07611 (diff)
downloadwireshark-7e3a24418c8e8ccd91047deb280de9d72758d57d.tar.gz
rename pcap-....c/.h files to capture-pcap-....c/.h
this way, the capture prefix will "logically" group the files together and file browsers will also group them we may want to move the files into a subdir capture later svn path=/trunk/; revision=16691
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common
index 00b99de8fd..4e4b3abce7 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -48,6 +48,7 @@ GENERATED_FILES = $(GENERATED_C_FILES) $(GENERATED_HEADER_FILES)
ETHEREAL_COMMON_SRC = \
$(PLATFORM_SRC) \
capture_errs.c \
+ capture-pcap-util.c \
capture_stop_conditions.c \
capture_ui_utils.c \
cfile.c \
@@ -55,7 +56,6 @@ ETHEREAL_COMMON_SRC = \
conditions.c \
disabled_protos.c \
packet-range.c \
- pcap-util.c \
print.c \
ps.c \
ringbuffer.c \
@@ -67,6 +67,8 @@ ETHEREAL_COMMON_SRC = \
ETHEREAL_COMMON_INCLUDES = \
svnversion.h \
capture_errs.h \
+ capture-pcap-util.h \
+ capture-pcap-util-int.h \
capture_stop_conditions.h \
capture_ui_utils.h \
cfile.h \
@@ -79,8 +81,6 @@ ETHEREAL_COMMON_INCLUDES = \
fileset.h \
isprint.h \
packet-range.h \
- pcap-util.h \
- pcap-util-int.h \
print.h \
ps.h \
register.h \
@@ -208,11 +208,11 @@ randpkt_SOURCES = \
# dumpcap specifics
dumpcap_SOURCES = \
$(PLATFORM_SRC) \
+ capture-pcap-util.c \
capture_stop_conditions.c \
getopt.c \
clopts_common.c \
conditions.c \
- pcap-util.c \
ringbuffer.c \
util.c \
version_info.c \