summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 43adf56..fab1bd9 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,5 +1,7 @@
NULL =
+SUBDIRS = . tests
+
COMMON = $(top_srcdir)/common
INCLUDES = \
@@ -16,6 +18,7 @@ bin_PROGRAMS = \
p11_kit_SOURCES = \
list.c \
+ save.c save.h \
tool.c tool.h \
$(NULL)