From f2c86dea6d857fbbe0775dd48bf3e0b2549066ab Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 17 Nov 1998 06:16:52 +0000 Subject: [PATCH] Add the header files to "libwiretap_a_SOURCES", so they get included if you do "make dist". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@100 f5534014-38df-0310-8fa8-9805f1628bb7 --- wiretap/Makefile.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wiretap/Makefile.in b/wiretap/Makefile.in index a26da4054b..b747a3e77f 100644 --- a/wiretap/Makefile.in +++ b/wiretap/Makefile.in @@ -70,12 +70,20 @@ 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 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs CONFIG_HEADER = config.h -- 2.34.1