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

noinst_LIBRARIES = libzbxsys.a

libzbxsys_a_SOURCES = \
	mutexs.c \
	threads.c

EXTRA_DIST = \
	symbols.c

