diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-11-23 14:37:47 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-11-23 14:37:47 -0500 |
commit | 3a62a99faf8e12965100d0b26fc9e07752bd3e2d (patch) | |
tree | 86a50f0c5f674d41bab989f2d1b52d76a6d433db | |
parent | 8b1f2574ce7a964965a18ab047ab09c4694380c4 (diff) | |
download | sssd-3a62a99faf8e12965100d0b26fc9e07752bd3e2d.tar.gz sssd-3a62a99faf8e12965100d0b26fc9e07752bd3e2d.tar.bz2 sssd-3a62a99faf8e12965100d0b26fc9e07752bd3e2d.zip |
Fix broken build due to commit of IPA netgroup support
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1c9db6fc..e2a2a09f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -331,6 +331,7 @@ dist_noinst_HEADERS = \ src/providers/ipa/ipa_access.h \ src/providers/ipa/ipa_auth.h \ src/providers/ipa/ipa_dyndns.h \ + src/providers/ipa/ipa_id.h \ src/providers/proxy/proxy.h \ src/tools/tools_util.h \ src/tools/sss_sync_ops.h \ |