SUBDIRS = certs

EXTRA_DIST = \
	cutest \
	Makefile.tests

noinst_LTLIBRARIES = \
	libcutest.la

libcutest_la_SOURCES = \
	cutest/CuTest.c \
	cutest/CuTest.h