summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 6b247857e3d6bb7da92e6a5036457cd6960f0057 (plain)
1
2
3
4
5
6
7
8
9
10
11
AM_CFLAGS = -I$(top_srcdir)

bin_PROGRAMS = p11-tests

p11_tests_LDADD = -ldl
p11_tests_SOURCES = \
	check.c \
	info.c \
	module.c \
	msg.c \
	p11-tests.c