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

noinst_LIBRARIES = libzbxcommon.a

libzbxcommon_a_SOURCES = \
	libc_wrappers.c \
	misc.c \
	setproctitle.c \
	common_str.c \
	cuid.c \
	components_strings_representations.c \
	common_log.c

libzbxcommon_a_CFLAGS = $(ICONV_CFLAGS)