include_directories(. .. ../../include)

add_library(
	conf

	OBJECT

	conf.c
	conf_error.c
)
