diff options
author | Ingela Anderton Andin <[email protected]> | 2016-09-06 10:52:26 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-09-10 23:04:36 +0200 |
commit | ed4ad7ed04f116cff074b392e6f5048fb1238824 (patch) | |
tree | 721c50904e560d52f30a315baf4944027238a47a /lib/snmp/src/app | |
parent | 88527054db362655600f14deface666b62e5da2d (diff) | |
download | otp-ed4ad7ed04f116cff074b392e6f5048fb1238824.tar.gz otp-ed4ad7ed04f116cff074b392e6f5048fb1238824.tar.bz2 otp-ed4ad7ed04f116cff074b392e6f5048fb1238824.zip |
snmp: Uncomment compiler files in app.src file
The files are not used in runtime of the snmp app, but they are still
part of the application and beam files are generated. Not including them
will make the general app test fail.
Diffstat (limited to 'lib/snmp/src/app')
-rw-r--r-- | lib/snmp/src/app/snmp.app.src | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/snmp/src/app/snmp.app.src b/lib/snmp/src/app/snmp.app.src index b593e9ea84..d25f66f44a 100644 --- a/lib/snmp/src/app/snmp.app.src +++ b/lib/snmp/src/app/snmp.app.src @@ -23,12 +23,12 @@ {vsn, "%VSN%"}, {modules, [ %% Compiler modules (not in the runtime part of the app) -% snmpc, -% snmpc_lib, -% snmpc_mib_gram, -% snmpc_mib_to_hrl, -% snmpc_misc, -% snmpc_tok, + snmpc, + snmpc_lib, + snmpc_mib_gram, + snmpc_mib_to_hrl, + snmpc_misc, + snmpc_tok, %% Application modules snmp, |