From 7b507f91363ad5a7f2dbc9b422eda4391f45158b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 16 Oct 2009 15:47:34 -0400 Subject: Add krb5_common.h to the list of headers to 'make dist' With this missing, RPM builds were broken. --- server/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/server/Makefile.am b/server/Makefile.am index d13211c1b..88d220889 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -260,6 +260,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 \ -- cgit