Add the header files to "libwiretap_a_SOURCES", so they get included if
[obnox/wireshark/wip.git] / wiretap / Makefile.am
index 8913ef3d1d4f228f2c2d736d9f9b4ba7ca297e68..576380a4b57a0f2c0176aeb6c1fa5479346d3124 100644 (file)
@@ -2,10 +2,17 @@ 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