Add the header files to "libwiretap_a_SOURCES", so they get included if
[obnox/wireshark/wip.git] / wiretap / Makefile.in
index a26da4054b22a8bd45859da648fbbe2eb78fe885..b747a3e77f8ad965dfcdb60165776adff7c8c76f 100644 (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