## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libzbxdb.a

libzbxdb_a_SOURCES = \
	db.c

libzbxdb_a_CFLAGS = $(DB_CFLAGS)