From 3e6fffed6053c02709ef180d13504691e37f4787 Mon Sep 17 00:00:00 2001 From: "Roland C. Dowdeswell" Date: Fri, 6 Nov 2015 17:06:26 -0500 Subject: [PATCH] include/Makefile.am: don't clean files that are distributed. We stop cleaning crypto-headers.h and heim_threads.h. --- include/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index 0e2ef0c85..091ee0143 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -39,7 +39,6 @@ CLEANFILES = \ com_err.h \ com_right.h \ crmf_asn1.h \ - crypto-headers.h \ db_plugin.h \ der-private.h \ der-protos.h \ @@ -59,7 +58,6 @@ CLEANFILES = \ heim-ipc.h \ heim_asn1.h \ heim_err.h \ - heim_threads.h \ heimbase.h \ heimntlm-protos.h \ heimntlm.h \