You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
418 B
16 lines
418 B
noinst_LIBRARIES = libconfigcachemock.a
|
|
|
|
libconfigcachemock_a_SOURCES = \
|
|
copnfigcache_mock.h \
|
|
configcache.c configcache.h \
|
|
usermacros.c \
|
|
hosts.c
|
|
|
|
libconfigcachemock_a_CFLAGS = \
|
|
-I@top_srcdir@/src/libs/zbxalgo \
|
|
-I@top_srcdir@/src/libs/zbxcacheconfig \
|
|
-I@top_srcdir@/src/libs/zbxcachehistory \
|
|
-I@top_srcdir@/src/libs/zbxcachevalue \
|
|
-I@top_srcdir@/tests \
|
|
$(TLS_CFLAGS) $(CMOCKA_CFLAGS) $(YAML_CFLAGS)
|