summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 5139896a8ec23ea1f2e8369b8c3d2ab3de806ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AM_CFLAGS = -I$(top_srcdir)

bin_PROGRAMS = p11-tests

p11_tests_LDADD = -ldl -lpthread
p11_tests_SOURCES = \
	check.c \
	config.c \
	key.c \
	module.c \
	msg.c \
	object.c \
	p11-tests.c \
	rsa.c \
	session.c \
	slot.c \
	test-data.c