summaryrefslogtreecommitdiffstats
path: root/server/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'server/Makefile.am')
-rw-r--r--server/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/Makefile.am b/server/Makefile.am
index a700eea5a..19b9095c4 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -238,6 +238,7 @@ dist_noinst_HEADERS = \
util/sssd-i18n.h \
util/util.h \
util/strtonum.h \
+ util/sss_ldap.h \
config.h \
monitor/monitor.h \
monitor/monitor_interfaces.h \
@@ -427,7 +428,8 @@ libsss_ldap_la_SOURCES = \
providers/ldap/ldap_id.c \
providers/ldap/ldap_auth.c \
providers/ldap/sdap_async.c \
- providers/ldap/sdap.c
+ providers/ldap/sdap.c \
+ util/sss_ldap.c
libsss_ldap_la_CFLAGS = \
$(AM_CFLAGS) \
$(LDAP_CFLAGS) \