aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1998-11-17 06:16:52 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1998-11-17 06:16:52 +0000
commitf2c86dea6d857fbbe0775dd48bf3e0b2549066ab (patch)
tree927dd2117fcf3f2550a47c01c5cd1e8c54f47437
parent8db1f3d2dd40c5524e73171b2d7855d5264ed132 (diff)
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
-rw-r--r--wiretap/Makefile.in10
1 files changed, 9 insertions, 1 deletions
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