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:
authorGlebs Ivanovskis <git-no-reply@zabbix.com>2018-01-03 15:35:28 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2018-01-03 15:35:28 +0300
commit1c9bac1816aed418d9c8dcb69b5afb2e419b9465 (patch)
treeb8295a63005ddbf850ef9d3657a86b466181f880 /tests/libs/zbxjson
parent74c9c531248fe2205ae8e45ace63a85f4abbbbd7 (diff)
.......... [DEV-628] improved mock test Makefiles to allow linking with custom library locations
Diffstat (limited to 'tests/libs/zbxjson')
-rw-r--r--tests/libs/zbxjson/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libs/zbxjson/Makefile.am b/tests/libs/zbxjson/Makefile.am
index 87039ba9df1..24d960a91f7 100644
--- a/tests/libs/zbxjson/Makefile.am
+++ b/tests/libs/zbxjson/Makefile.am
@@ -16,9 +16,9 @@ zbx_jsonpath_next_SOURCES = \
../../zbxmocktest.h
zbx_jsonpath_next_LDADD = $(JSON_LIBS)
-
+
zbx_jsonpath_next_CFLAGS = -I@top_srcdir@/tests
-
+
zbx_json_path_open_SOURCES = \
zbx_json_path_open.c \
../../zbxmocktest.h