diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-02-19 23:16:36 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-02-19 23:16:36 +0000 |
commit | e917aa9088678533b62b50eddf2bedc57400585a (patch) | |
tree | 7ec7eea26da6094f058f20e3ee784f4de5b16dd3 /Makefile.am | |
parent | 6c655bb1c5a7ca41d138f30691a8bdef239866c9 (diff) | |
download | wireshark-e917aa9088678533b62b50eddf2bedc57400585a.tar.gz wireshark-e917aa9088678533b62b50eddf2bedc57400585a.tar.bz2 wireshark-e917aa9088678533b62b50eddf2bedc57400585a.zip |
As "dissect_diameter()" is now static to "packet-diameter.c", there's no
need to declare it in "packet-diameter.h" - and no need for
"packet-diameter.h".
svn path=/trunk/; revision=3050
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 674773ddb6..a979a9b089 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.284 2001/02/13 00:17:54 guy Exp $ +# $Id: Makefile.am,v 1.285 2001/02/19 23:16:36 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -240,7 +240,6 @@ noinst_HEADERS = \ packet-bootparams.h \ packet-clip.h \ packet-ddtp.h \ - packet-diameter.h \ packet-diameter-defs.h \ packet-dns.h \ packet-esis.h \ |