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

EXTRA_DIST = \
	cutest \
	Makefile.tests

noinst_LTLIBRARIES = \
	libcutest.la

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