diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-16 15:47:34 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-16 15:48:58 -0400 |
commit | 7b507f91363ad5a7f2dbc9b422eda4391f45158b (patch) | |
tree | 6922f1e47920bb7921bb2a74b015f2ccd6ba3bd8 | |
parent | 6d214009697fc861c24ae8abbf8b036c70e195df (diff) | |
download | sssd-7b507f91363ad5a7f2dbc9b422eda4391f45158b.tar.gz sssd-7b507f91363ad5a7f2dbc9b422eda4391f45158b.tar.bz2 sssd-7b507f91363ad5a7f2dbc9b422eda4391f45158b.zip |
Add krb5_common.h to the list of headers to 'make dist'
With this missing, RPM builds were broken.
-rw-r--r-- | server/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Makefile.am b/server/Makefile.am index d13211c1..88d22088 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 \ |