Source
xxxxxxxxxx
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libzbxcompress.a
libzbxcompress_a_SOURCES = \
compress.c
libzbxcompress_a_CFLAGS = $(ZLIB_CFLAGS)
xxxxxxxxxx
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libzbxcompress.a
libzbxcompress_a_SOURCES = \
compress.c
libzbxcompress_a_CFLAGS = $(ZLIB_CFLAGS)
Everything looks good. We'll let you know here if there's anything you should know about.