diff options
author | Guy Harris <guy@alum.mit.edu> | 1998-11-17 05:34:29 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1998-11-17 05:34:29 +0000 |
commit | 54830f939813a1ee416b15d0c0a43d397ee59d25 (patch) | |
tree | 0b56561942b40e875ae376a3fa8b3e8f2aca733d /wiretap/Makefile.am | |
parent | e1b6a91df5823d424e0d035fb18cb1d49f4661a8 (diff) | |
download | wireshark-54830f939813a1ee416b15d0c0a43d397ee59d25.tar.gz wireshark-54830f939813a1ee416b15d0c0a43d397ee59d25.tar.bz2 wireshark-54830f939813a1ee416b15d0c0a43d397ee59d25.zip |
Add the header files to "libwiretap_a_SOURCES", so they get included if
you do "make dist".
svn path=/trunk/; revision=99
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 |