From a4aa8930bb47296704a4689cdbfa8f5b8b3f550f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 24 Mar 2016 13:00:07 -0700 Subject: Put pcapio.c into a writecap library, and use it. Change-Id: Ib89f345c072a38bc01f0513366a4bdae3bf6f08e Reviewed-on: https://code.wireshark.org/review/14615 Reviewed-by: Guy Harris --- Makefile.common | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 06236d09d0..0b09f61591 100644 --- a/Makefile.common +++ b/Makefile.common @@ -102,12 +102,10 @@ rawshark_SOURCES = \ # text2pcap specifics text2pcap_SOURCES = \ - pcapio.c \ text2pcap.c \ text2pcap-scanner.l text2pcap_INCLUDES = \ - pcapio.h \ text2pcap.h # mergecap specifics @@ -141,7 +139,6 @@ echld_test_SOURCES = \ capture_stop_conditions.c \ cfile.c \ conditions.c \ - pcapio.c \ ringbuffer.c \ sync_pipe_write.c @@ -156,7 +153,6 @@ dumpcap_SOURCES = \ conditions.c \ dumpcap.c \ filter_files.c \ - pcapio.c \ ringbuffer.c \ sync_pipe_write.c @@ -164,7 +160,6 @@ dumpcap_SOURCES = \ dumpcap_INCLUDES = \ capture_stop_conditions.h \ conditions.h \ - pcapio.h \ ringbuffer.h # this target needed for distribution only -- cgit v1.2.3