blob: 0a725c1d4b525f716ceae1a88b5de948cffb2cf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
AM_CFLAGS = -I$(top_srcdir)
bin_PROGRAMS = p11-tests
p11_tests_LDADD = -ldl -lpthread
p11_tests_SOURCES = \
check.c \
config.c \
module.c \
msg.c \
object.c \
p11-tests.c \
session.c \
slot.c
|