diff options
author | Micael Karlberg <[email protected]> | 2013-05-29 11:44:05 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-05-29 11:44:05 +0200 |
commit | a49f52da6e07f438686b66e71db8a4865f31af6c (patch) | |
tree | 31482d5813c4b23c68f7e94770578b99e39b34da /lib/snmp/src/agent/modules.mk | |
parent | 0275959ca4db104e1749efe7beedfdadf204dfc4 (diff) | |
download | otp-a49f52da6e07f438686b66e71db8a4865f31af6c.tar.gz otp-a49f52da6e07f438686b66e71db8a4865f31af6c.tar.bz2 otp-a49f52da6e07f438686b66e71db8a4865f31af6c.zip |
[snmp/agent] Moved agent config type definition to main agent interface module
Diffstat (limited to 'lib/snmp/src/agent/modules.mk')
-rw-r--r-- | lib/snmp/src/agent/modules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/snmp/src/agent/modules.mk b/lib/snmp/src/agent/modules.mk index ea43904f4a..34765475b9 100644 --- a/lib/snmp/src/agent/modules.mk +++ b/lib/snmp/src/agent/modules.mk @@ -30,7 +30,8 @@ BEHAVIOUR_MODULES = \ snmpa_set_mechanism # snmpa is "plain" interface module but also defines some agent specific types -# and therefor must be compiled before the modules that use them... +# and therefor must be compiled before the modules that use them, including +# the behaviour modules... # snmpa_mib_data_ttln MODULES = \ snmpa \ |