diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-04-06 02:02:12 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-04-06 02:02:12 +0000 |
commit | bad78f629a420ede7fa0ad7929efb343354fb037 (patch) | |
tree | 72dfc79e5d496961dab74281d5fa7ee891577e08 /Makefile.am | |
parent | b59c4a366d156d08a7f50fce3009db16b4bf3bbc (diff) | |
download | wireshark-bad78f629a420ede7fa0ad7929efb343354fb037.tar.gz wireshark-bad78f629a420ede7fa0ad7929efb343354fb037.tar.bz2 wireshark-bad78f629a420ede7fa0ad7929efb343354fb037.zip |
Add NNTP support.
svn path=/trunk/; revision=241
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8387062205..da64ac7ba7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,7 @@ ethereal_SOURCES = \ packet-nbipx.c \ packet-nbns.c \ packet-ncp.c \ + packet-nntp.c \ packet-null.c \ packet-osi.c \ packet-ospf.c \ |