Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2020-08-21 10:40:01 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2020-09-18 11:38:35 +0300
commit50ba3e757f6e4411018d451e91560ccc6404095e (patch)
tree0743a4d56d87494e44e80ab43a0e89279ff65fe5 /build-backend.xml
parent9aa2fe28f15d25a764a45ee4d84690595c6561f9 (diff)
...G...... [ZBXNEXT-6093] added build scripts for MODBUS
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-backend.xml b/build-backend.xml
index d1360dadc35..147bff32c1d 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -33,6 +33,7 @@
<target name="init-conf-options-2">
<property name="conf8" value="--enable-agent2"/>
<property name="conf9" value="--enable-server --enable-agent --enable-proxy ${with.db} --with-ssh"/>
+ <property name="conf10" value="--enable-agent --with-libmodbus"/>
</target>
<!-- Cppcheck static analyzer target -->