diff options
author | Erlang/OTP <[email protected]> | 2012-01-24 14:12:16 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2012-01-24 14:12:16 +0100 |
commit | b55c3d29a3d9efce2ce6548963809fc3b7ab8729 (patch) | |
tree | b27cf0f5797c58df0fc5acc5da37683e341e5199 /lib/snmp/src/agent/depend.mk | |
parent | 7619b94a2c1098cbd176507b34d291806833a4b7 (diff) | |
parent | e447fc699d91456597cd38c0949dbc3872015e88 (diff) | |
download | otp-b55c3d29a3d9efce2ce6548963809fc3b7ab8729.tar.gz otp-b55c3d29a3d9efce2ce6548963809fc3b7ab8729.tar.bz2 otp-b55c3d29a3d9efce2ce6548963809fc3b7ab8729.zip |
Merge branch 'bmk/snmp/snmp4216_integration/r14' into maint-r14
* bmk/snmp/snmp4216_integration/r14:
[snmp] Releasse notes cleanup
[snmp/agent] Incorrect mib server cache gclimit update
[snmp] Updated doc and fixed wrequest create macros
[snmp] Be more verbose in the worker procs
[snmp] Add a more informative return value when the trap sending fails
[snmp] Fixed the mt_trap test-case
[snmp] Maximum number of varbinds in a Get-BULK response
[snmp] Correted the expect bug in the snmp test utility
[snmp] Mostly added some more verbosity stuff
Diffstat (limited to 'lib/snmp/src/agent/depend.mk')
-rw-r--r-- | lib/snmp/src/agent/depend.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/snmp/src/agent/depend.mk b/lib/snmp/src/agent/depend.mk index bc39e1fa35..078ef15821 100644 --- a/lib/snmp/src/agent/depend.mk +++ b/lib/snmp/src/agent/depend.mk @@ -52,6 +52,7 @@ $(EBIN)/snmpa_acm.$(EMULATOR): \ $(EBIN)/snmpa_agent.$(EMULATOR): \ snmpa_agent.erl \ + snmpa_internal.hrl \ ../misc/snmp_debug.hrl \ ../misc/snmp_verbosity.hrl \ ../../include/snmp_types.hrl @@ -136,6 +137,7 @@ $(EBIN)/snmpa_set_lib.$(EMULATOR): \ $(EBIN)/snmpa_supervisor.$(EMULATOR): \ snmpa_supervisor.erl \ + snmpa_internal.hrl \ ../misc/snmp_debug.hrl \ ../misc/snmp_verbosity.hrl |