summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-03-28 10:15:24 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-03-28 15:07:05 -0400
commit65e8f538ad35ba7d86cd9e60a3d86aec34537027 (patch)
tree1f65787d27cf46ec7eb62be2b6f146f4b5bbca2d /Makefile.am
parent92ae9d2b909d0fd4a522a270157926878b5d0862 (diff)
downloadsssd-65e8f538ad35ba7d86cd9e60a3d86aec34537027.tar.gz
sssd-65e8f538ad35ba7d86cd9e60a3d86aec34537027.tar.xz
sssd-65e8f538ad35ba7d86cd9e60a3d86aec34537027.zip
Put dp_option maps in their own file
There is no functional change due to this patch.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 50f7c6634..c62ea8c1c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -369,6 +369,7 @@ dist_noinst_HEADERS = \
src/providers/krb5/krb5_auth.h \
src/providers/krb5/krb5_common.h \
src/providers/krb5/krb5_utils.h \
+ src/providers/krb5/krb5_opts.h \
src/providers/ldap/ldap_common.h \
src/providers/ldap/sdap.h \
src/providers/ldap/sdap_access.h \
@@ -379,6 +380,7 @@ dist_noinst_HEADERS = \
src/providers/ldap/sdap_sudo.h \
src/providers/ldap/sdap_autofs.h \
src/providers/ldap/sdap_id_op.h \
+ src/providers/ldap/ldap_opts.h \
src/providers/ipa/ipa_common.h \
src/providers/ipa/ipa_config.h \
src/providers/ipa/ipa_access.h \
@@ -390,6 +392,7 @@ dist_noinst_HEADERS = \
src/providers/ipa/ipa_dyndns.h \
src/providers/ipa/ipa_id.h \
src/providers/ipa/ipa_hostid.h \
+ src/providers/ipa/ipa_opts.h \
src/providers/proxy/proxy.h \
src/tools/tools_util.h \
src/tools/sss_sync_ops.h \