summaryrefslogtreecommitdiff
path: root/build/Makefile.am
blob: de76c58b0b09bded9839ffe9ccd2ad0da8697b6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

SUBDIRS = certs

EXTRA_DIST = \
	cutest \
	Makefile.tests

noinst_LTLIBRARIES = \
	libcutest.la

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