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:
Diffstat (limited to 'tests/libs/zbxhistory/Makefile.am')
-rw-r--r--tests/libs/zbxhistory/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libs/zbxhistory/Makefile.am b/tests/libs/zbxhistory/Makefile.am
index 503b2b0f39d..c1908706c59 100644
--- a/tests/libs/zbxhistory/Makefile.am
+++ b/tests/libs/zbxhistory/Makefile.am
@@ -37,10 +37,10 @@ zbx_history_get_values_WRAP = \
zbx_history_get_values_LDADD = $(HISTORY_LIBS) @SERVER_LIBS@
-zbx_history_get_values_LDFLAGS = @SERVER_LDFLAGS@
+zbx_history_get_values_LDFLAGS = @SERVER_LDFLAGS@ \
+ $(zbx_history_get_values_WRAP)
zbx_history_get_values_CFLAGS = \
- $(zbx_history_get_values_WRAP) \
-I@top_srcdir@/src/libs/zbxalgo \
-I@top_srcdir@/tests
endif