From 54830f939813a1ee416b15d0c0a43d397ee59d25 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 17 Nov 1998 05:34:29 +0000 Subject: [PATCH] Add the header files to "libwiretap_a_SOURCES", so they get included if you do "make dist". svn path=/trunk/; revision=99 --- wiretap/Makefile.am | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am index 8913ef3d1d..576380a4b5 100644 --- a/wiretap/Makefile.am +++ b/wiretap/Makefile.am @@ -2,10 +2,17 @@ noinst_LIBRARIES = libwiretap.a libwiretap_a_SOURCES = \ buffer.c \ + buffer.h \ + config.h \ + debug.h \ file.c \ lanalyzer.c \ + lanalyzer.h \ libpcap.c \ + libpcap.h \ ngsniffer.c \ + ngsniffer.h \ snoop.c \ - wtap.c - + snoop.h \ + wtap.c \ + wtap.h