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

noinst_LIBRARIES = libservice_server.a

libservice_server_a_SOURCES = \
	service_manager_impl.h \
	service_actions.c \
	service_actions.h \
	service_manager.c \
	service_server.h

libservice_server_a_CFLAGS = \
	$(TLS_CFLAGS)