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/zbxserver/Makefile.am')
-rwxr-xr-xtests/libs/zbxserver/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/libs/zbxserver/Makefile.am b/tests/libs/zbxserver/Makefile.am
index f030a8e5181..d316271b156 100755
--- a/tests/libs/zbxserver/Makefile.am
+++ b/tests/libs/zbxserver/Makefile.am
@@ -115,7 +115,7 @@ evaluate_function_LDADD += $(COMMON_LIB_FILES)
evaluate_function_LDADD += @SERVER_LIBS@
-evaluate_function_LDFLAGS = @SERVER_LDFLAGS@
+evaluate_function_LDFLAGS = @SERVER_LDFLAGS@ $(VALUECACHE_WRAP_FUNCS)
VALUECACHE_WRAP_FUNCS = \
-Wl,--wrap=zbx_mutex_create \
@@ -137,7 +137,6 @@ VALUECACHE_WRAP_FUNCS = \
evaluate_function_CFLAGS = $(COMMON_COMPILER_FLAGS) \
-I@top_srcdir@/src/libs/zbxalgo \
-I@top_srcdir@/src/libs/zbxdbcache \
- -I@top_srcdir@/src/libs/zbxhistory \
- $(VALUECACHE_WRAP_FUNCS)
+ -I@top_srcdir@/src/libs/zbxhistory
endif