From: Vojtech Vilimek Date: Fri, 16 Aug 2024 09:20:10 +0000 (+0200) Subject: SNMP: Minor changes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e95cc521e34904952306cb29be049f37aed0b5f;p=thirdparty%2Fbird.git SNMP: Minor changes --- diff --git a/proto/snmp/Doc b/proto/snmp/Doc index b1475b8a3..a19894d02 100644 --- a/proto/snmp/Doc +++ b/proto/snmp/Doc @@ -1,4 +1,5 @@ S snmp.c S subagent.c S snmp_utils.c +S mib_tree.c S bgp4_mib.c diff --git a/proto/snmp/Makefile b/proto/snmp/Makefile index 038c85c91..0e8223869 100644 --- a/proto/snmp/Makefile +++ b/proto/snmp/Makefile @@ -1,4 +1,4 @@ -src := snmp.c snmp_utils.c subagent.c bgp4_mib.c mib_tree.c +src := snmp.c snmp_utils.c subagent.c mib_tree.c bgp4_mib.c obj := $(src-o-files) $(all-daemon) $(cf-local)