From 9a21e6ddf9eb7bb0f13f01cddba9dedd7a6e43b3 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 23 Jan 2013 17:35:58 +0100 Subject: Support for sane writing to files extracted * Implement atomic writes of files * Writing with checks that not overwriting anything unless desired * Writing and overwriting of directory contents in a robust way --- tools/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/Makefile.am') 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) -- cgit v1.1