summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-10-16 15:47:34 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-10-16 15:48:58 -0400
commit7b507f91363ad5a7f2dbc9b422eda4391f45158b (patch)
tree6922f1e47920bb7921bb2a74b015f2ccd6ba3bd8 /server
parent6d214009697fc861c24ae8abbf8b036c70e195df (diff)
downloadsssd-7b507f91363ad5a7f2dbc9b422eda4391f45158b.tar.gz
sssd-7b507f91363ad5a7f2dbc9b422eda4391f45158b.tar.xz
sssd-7b507f91363ad5a7f2dbc9b422eda4391f45158b.zip
Add krb5_common.h to the list of headers to 'make dist'
With this missing, RPM builds were broken.
Diffstat (limited to 'server')
-rw-r--r--server/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \