Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « dbconfig « zabbix_server « src - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0c642ab807253a207cd7ac28743e9e6b4eb0787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libzbxdbconfig.a

libzbxdbconfig_a_SOURCES = \
	dbconfig.c \
	dbconfig.h

libzbxdbconfig_a_CFLAGS = \
	-I$(top_srcdir)/src/libs/zbxcacheconfig \
	-I$(top_srcdir)/src/libs/zbxcachehistory \
	-I$(top_srcdir)/src/libs/zbxcachevalue