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

noinst_LIBRARIES = libzbxodbc.a

libzbxodbc_a_SOURCES = \
	odbc.c

libzbxodbc_a_CFLAGS = $(UNIXODBC_CFLAGS)