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/zbxdbcache/Makefile.am')
-rw-r--r--tests/libs/zbxdbcache/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libs/zbxdbcache/Makefile.am b/tests/libs/zbxdbcache/Makefile.am
index 11cffaf9718..bf759fb3c1a 100644
--- a/tests/libs/zbxdbcache/Makefile.am
+++ b/tests/libs/zbxdbcache/Makefile.am
@@ -191,9 +191,9 @@ dc_expand_user_macros_in_calcitem_LDFLAGS = @SERVER_LDFLAGS@
dc_function_calculate_nextcheck_CFLAGS = \
-I@top_srcdir@/tests
dc_function_calculate_nextcheck_SOURCES = \
- dc_function_calculate_nextcheck.c
+ dc_function_calculate_nextcheck.c
dc_function_calculate_nextcheck_LDADD = \
- $(CACHE_LIBS) @SERVER_LIBS@
+ $(CACHE_LIBS) @SERVER_LIBS@
dc_function_calculate_nextcheck_LDFLAGS = @SERVER_LDFLAGS@
endif