diff options
author | Siri Hansen <[email protected]> | 2012-10-01 10:54:06 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-10-01 10:54:06 +0200 |
commit | 318e862ac41b3a6cb92bf488995095893ad86c96 (patch) | |
tree | a2d2598e0456befebc1cedda18af140ca4a85d48 /lib/os_mon/test/Makefile | |
parent | c8c2571ad89c466518f48bfbf32f997f37a47d31 (diff) | |
parent | c18b01c430c5d466486450433d0b0ed4a23307b3 (diff) | |
download | otp-318e862ac41b3a6cb92bf488995095893ad86c96.tar.gz otp-318e862ac41b3a6cb92bf488995095893ad86c96.tar.bz2 otp-318e862ac41b3a6cb92bf488995095893ad86c96.zip |
Merge branch 'siri/os_mon/undefined-snmp-funcs/OTP-10448'
* siri/os_mon/undefined-snmp-funcs/OTP-10448:
[os_mon] Remove call to deprecated/undefined functions in snmp
Diffstat (limited to 'lib/os_mon/test/Makefile')
-rw-r--r-- | lib/os_mon/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/os_mon/test/Makefile b/lib/os_mon/test/Makefile index 9c5f2c1820..461bebc102 100644 --- a/lib/os_mon/test/Makefile +++ b/lib/os_mon/test/Makefile @@ -86,6 +86,7 @@ release_spec: release_tests_spec: make_emakefile $(INSTALL_DIR) "$(RELSYSDIR)" $(INSTALL_DATA) os_mon.spec os_mon.cover $(EMAKEFILE) $(SOURCE) "$(RELSYSDIR)" + $(INSTALL_DATA) os_mon_mib_SUITE.cfg "$(RELSYSDIR)" ## tar chf - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -) |