From 674d19f54363fb83033da835499df22c7827b602 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Tue, 4 Aug 2009 10:52:55 +0200 Subject: [PATCH] make sure heim_threads.h is put in the distribution --- include/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/Makefile.am b/include/Makefile.am index ea01311bf..d2788eba6 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -12,6 +12,8 @@ AM_CPPFLAGS += -DHOST=\"$(CANONICAL_HOST)\" nodist_include_HEADERS = krb5-types.h nodist_noinst_HEADERS = crypto-headers.h +noinst_HEADERS = heim_threads.h + krb5-types.h: bits$(EXEEXT) ./bits$(EXEEXT) krb5-types.h -- 2.11.4.GIT