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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 63235fd..a6bb696 100644 --- a/configure.ac +++ b/configure.ac @@ -421,6 +421,7 @@ AC_CONFIG_FILES([Makefile p11-kit/p11-kit-1.pc p11-kit/pkcs11.conf.example tools/Makefile + tools/tests/Makefile trust/Makefile trust/tests/Makefile ]) -- cgit v1.1