aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 829ef1b..bdbab92 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -20,9 +20,14 @@ if COND_GDBM
GDBMMAP=gdbmmap.c
endif
+if COND_LDAP
+ LDAPMAP=ldapmap.c
+endif
+
maps = \
$(GDBMMAP)\
- filemap.c
+ filemap.c\
+ $(LDAPMAP)
libeclat_a_SOURCES=\
base64.c\

Return to:

Send suggestions and report system problems to the System administrator.