aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-11-28 20:51:27 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-11-28 20:51:27 +0000
commit61dc6ad226685f4a056e0d89e6835e74b87bcdfb (patch)
tree80db8a6f740f279a3d1553e7f199661336ac05fe /Makefile.common
parent3e92ea7c1f0ac4b2b822d9c2d7f02fcac3510beb (diff)
dumpcap.c doesn't need to link with file.c!
this fortunately removes *a lot* of dependencies and make the resulting binary a lot smaller (and hopefully faster to load :-) some more cleanup (like replacing // by /**/) svn path=/trunk/; revision=16620
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.common b/Makefile.common
index 9ce0b684ec..e89592ee02 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -204,26 +204,16 @@ randpkt_SOURCES = \
# dumpcap specifics
dumpcap_SOURCES = \
$(PLATFORM_SRC) \
- capture_errs.c \
capture_stop_conditions.c \
- capture_ui_utils.c \
- cfile.c \
clopts_common.c \
conditions.c \
- packet-range.c \
pcap-util.c \
- print.c \
- ps.c \
ringbuffer.c \
util.c \
version_info.c \
- alert_box.c \
capture_opts.c \
capture_loop.c \
dumpcap.c \
- file.c \
- fileset.c \
- merge.c
# this target needed for distribution only