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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-12-21 17:14:39 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-12-21 17:14:39 +0300
commit9f0c7929d65f56b698b489d77bbc2bcce5d688ea (patch)
treef817a5364eccdcc655830a3cf5149c0fd978e6f3 /tests/zabbix_server/preprocessor
parent197db58f35c5b7b1e5f279f4a18c03b038fcdfb5 (diff)
.......... [ZBXNEXT-4724] fixed preprocessing steps getting failed on Zabbix agent
Diffstat (limited to 'tests/zabbix_server/preprocessor')
-rw-r--r--tests/zabbix_server/preprocessor/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/zabbix_server/preprocessor/Makefile.am b/tests/zabbix_server/preprocessor/Makefile.am
index 372ec85b33b..45b52ee8a26 100644
--- a/tests/zabbix_server/preprocessor/Makefile.am
+++ b/tests/zabbix_server/preprocessor/Makefile.am
@@ -1,3 +1,4 @@
+if SERVER
noinst_PROGRAMS = zbx_item_preproc
JSON_LIBS = \
@@ -24,9 +25,8 @@ zbx_item_preproc_SOURCES = \
zbx_item_preproc_LDADD = $(JSON_LIBS)
-if SERVER
zbx_item_preproc_LDADD += @SERVER_LIBS@
zbx_item_preproc_LDFLAGS = @SERVER_LDFLAGS@
-endif
zbx_item_preproc_CFLAGS = -I@top_srcdir@/tests @LIBXML2_CFLAGS@
+endif