From bfd3ab01373fa457c2e79ec9ec631d44cddac96a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 16 Oct 2009 15:47:34 -0400 Subject: [PATCH] Add krb5_common.h to the list of headers to 'make dist' With this missing, RPM builds were broken. --- server/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/server/Makefile.am b/server/Makefile.am index ec60a6a..894ff93 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -268,6 +268,7 @@ dist_noinst_HEADERS = \ providers/dp_backend.h \ providers/providers.h \ providers/krb5/krb5_auth.h \ + providers/krb5/krb5_common.h \ providers/krb5/krb5_utils.h \ providers/ldap/ldap_common.h \ providers/ldap/sdap.h \ -- 1.6.2.5