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: 279f9f08e1624f1c011906ff2002288d135d5817 (plain)
1
2
3
4
5
6
7
8
9
## 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/zbxdbcache