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

you do "make dist".

svn path=/trunk/; revision=99
This commit is contained in:
Guy Harris 1998-11-17 05:34:29 +00:00
parent e1b6a91df5
commit 54830f9398
1 changed files with 9 additions and 2 deletions

View File

@ -2,10 +2,17 @@ noinst_LIBRARIES = libwiretap.a
libwiretap_a_SOURCES = \ libwiretap_a_SOURCES = \
buffer.c \ buffer.c \
buffer.h \
config.h \
debug.h \
file.c \ file.c \
lanalyzer.c \ lanalyzer.c \
lanalyzer.h \
libpcap.c \ libpcap.c \
libpcap.h \
ngsniffer.c \ ngsniffer.c \
ngsniffer.h \
snoop.c \ snoop.c \
wtap.c snoop.h \
wtap.c \
wtap.h