summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0a725c1..6e51a6f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,10 +6,13 @@ p11_tests_LDADD = -ldl -lpthread
p11_tests_SOURCES = \
check.c \
config.c \
+ key.c \
module.c \
msg.c \
object.c \
p11-tests.c \
+ rsa-pkcs.c \
session.c \
- slot.c
+ slot.c \
+ test-data.c