From f856dbafa830a562da34b1aaf636fb941aa5a7c9 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 3 Dec 2005 22:38:50 +0000 Subject: split some parts of the packet counting functions into their own files capture_info(.c/.h), so we can use it from the main program svn path=/trunk/; revision=16668 --- Makefile.common | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index e4bdb98a37..a1322f1d9f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -135,9 +135,10 @@ ethereal_SOURCES = \ $(ETHEREAL_COMMON_SRC) \ alert_box.c \ capture.c \ + capture_info.c \ + capture_loop.c \ capture_opts.c \ capture_sync.c \ - capture_loop.c \ color_filters.c \ file.c \ fileset.c \ @@ -151,9 +152,10 @@ ethereal_SOURCES = \ ethereal_INCLUDES = \ alert_box.h \ capture.h \ + capture_info.h \ + capture_loop.h \ capture_opts.h \ capture_sync.h \ - capture_loop.h \ color_filters.h \ filters.h \ g711.h \ @@ -215,6 +217,7 @@ dumpcap_SOURCES = \ version_info.c \ capture_opts.c \ capture_loop.c \ + capture_info.c \ dumpcap.c -- cgit v1.2.1