diff options
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r-- | wiretap/Makefile.am | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am index 8913ef3d1d..576380a4b5 100644 --- a/wiretap/Makefile.am +++ b/wiretap/Makefile.am @@ -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 |