aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-11 01:48:08 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-11 01:48:08 +0000
commit7e8c5a1741502e5951962a2668311759b7c66abc (patch)
treed52fa50e4a65667f318cd510f68427aad0128967 /Makefile.am
parent9f8d089e2e4d16c41ae289d0992396558a5a7f83 (diff)
If we're linking with the UCD SNMP library, make "format_oid()" append a
display of the symbolic form of the OID. Remove code that used to do that outside of "format_oid()". Export "format_oid()" from "packet-snmp.c" and use it in "packet-cops.c". Remove support for CMU SNMP and older versions of UCD SNMP from "packet-cops.c", as it has been removed from the rest of Ethereal. svn path=/trunk/; revision=4924
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 10e7cb24b0..e40b8c46b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.414 2002/03/04 22:39:21 guy Exp $
+# $Id: Makefile.am,v 1.415 2002/03/11 01:48:08 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -466,6 +466,7 @@ ETHEREAL_COMMON_SRC = \
etypes.h \
follow.c \
follow.h \
+ format-oid.h \
greproto.h \
in_cksum.c \
in_cksum.h \