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
path: root/tests
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-03-10 18:18:26 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-03-10 18:18:26 +0300
commitf2b7b91564babc1c9b8b9b8fd2ccfddb248254b2 (patch)
tree1e3864661585449788fe8d680b4a49108433bb34 /tests
parent7e75361f65b1410339445caaf7b728c6e2ccc3d1 (diff)
.......... [DEV-2114] moved additional xml functions into libzbxxml.a
Diffstat (limited to 'tests')
-rw-r--r--tests/libs/zbxcommon/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libs/zbxcommon/Makefile.am b/tests/libs/zbxcommon/Makefile.am
index 3165ce5b793..dc77b9cb3ee 100644
--- a/tests/libs/zbxcommon/Makefile.am
+++ b/tests/libs/zbxcommon/Makefile.am
@@ -204,7 +204,7 @@ zbx_json_to_xml_LDADD += @SERVER_LIBS@
zbx_json_to_xml_LDFLAGS = @SERVER_LDFLAGS@
-zbx_json_to_xml_CFLAGS = $(COMMON_COMPILER_FLAGS)
+zbx_json_to_xml_CFLAGS = $(COMMON_COMPILER_FLAGS) @LIBXML2_CFLAGS@
zbx_xml_to_json_SOURCES = \
@@ -218,7 +218,7 @@ zbx_xml_to_json_LDADD += @SERVER_LIBS@
zbx_xml_to_json_LDFLAGS = @SERVER_LDFLAGS@
-zbx_xml_to_json_CFLAGS = $(COMMON_COMPILER_FLAGS)
+zbx_xml_to_json_CFLAGS = $(COMMON_COMPILER_FLAGS) @LIBXML2_CFLAGS@
zbx_token_find_SOURCES = \