Add the header files to "libwiretap_a_SOURCES", so they get included if

you do "make dist".

svn path=/trunk/; revision=100
This commit is contained in:
Guy Harris 1998-11-17 06:16:52 +00:00
parent 54830f9398
commit 7706f98d21
1 changed files with 9 additions and 1 deletions

View File

@ -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