Source
xxxxxxxxxx
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libzbxodbc.a
libzbxodbc_a_SOURCES = \
odbc.c
libzbxodbc_a_CFLAGS = $(UNIXODBC_CFLAGS)
xxxxxxxxxx
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libzbxodbc.a
libzbxodbc_a_SOURCES = \
odbc.c
libzbxodbc_a_CFLAGS = $(UNIXODBC_CFLAGS)
Everything looks good. We'll let you know here if there's anything you should know about.