From ed4ad7ed04f116cff074b392e6f5048fb1238824 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Tue, 6 Sep 2016 10:52:26 +0200 Subject: 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. --- lib/snmp/src/app/snmp.app.src | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib') 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, -- cgit v1.2.3