aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-11 01:48:08 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-11 01:48:08 +0000
commit3b4bbc81e310125c4b975e9aeaa2d3211dba8569 (patch)
treed52fa50e4a65667f318cd510f68427aad0128967 /Makefile.am
parentc5304fbd065a9148c4338365a0a14d988d0fb8a1 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4924 f5534014-38df-0310-8fa8-9805f1628bb7
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 \