diff options
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 10 |
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 |