diff options
author | Micael Karlberg <[email protected]> | 2013-05-21 11:50:01 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-05-21 11:50:01 +0200 |
commit | 9387edd3b1b642170d7788256c5ada6748e35f27 (patch) | |
tree | 56087baeb79223cb20df2d8ab68a9a16cf1aa8e8 | |
parent | 3cac8c978bf944e532c91866a219fa4f86310f4a (diff) | |
download | otp-9387edd3b1b642170d7788256c5ada6748e35f27.tar.gz otp-9387edd3b1b642170d7788256c5ada6748e35f27.tar.bz2 otp-9387edd3b1b642170d7788256c5ada6748e35f27.zip |
[snmp/agent] Add (make) deepend for the new mib-server data module
Add (make) depend rule for the new mib-server data module,
snmpa_mib_datas_tttn. Also corrected the depend rule for
the mib-server data module behaviour module (snmpa_mib_data).
-rw-r--r-- | lib/snmp/src/agent/depend.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/snmp/src/agent/depend.mk b/lib/snmp/src/agent/depend.mk index ea9261e266..096182a626 100644 --- a/lib/snmp/src/agent/depend.mk +++ b/lib/snmp/src/agent/depend.mk @@ -96,6 +96,10 @@ $(EBIN)/snmpa_mib.$(EMULATOR): \ $(EBIN)/snmpa_mib_data.$(EMULATOR): \ snmpa_mib_data.erl \ + ../../include/snmp_types.hrl + +$(EBIN)/snmpa_mib_data_tttn.$(EMULATOR): \ + snmpa_mib_data_tttn.erl \ ../misc/snmp_debug.hrl \ ../misc/snmp_verbosity.hrl \ ../../include/snmp_types.hrl |