aboutsummaryrefslogtreecommitdiff
path: root/src/eldap/Makefile.in
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2006-10-17 12:35:47 +0000
committerMickaël Rémond <mickael.remond@process-one.net>2006-10-17 12:35:47 +0000
commitd5792ed75ec807b01c6f31ff23f7ee183f57dc20 (patch)
treed202e718831c2712ac746e407ed33d64dc358c4e /src/eldap/Makefile.in
parent* src/mod_privacy_odbc.erl: Privacy rules support using odbc (diff)
* src/ejabberd_auth_ldap.erl: LDAP authentication now allows to
match on several alternative attributes. * src/mod_vcard_ldap.erl: Likewise. * doc/guide.tex: Updated. * eldap_utils.erl: Refactoring. * src/eldap/Makefile.in: Likewise. SVN Revision: 661
Diffstat (limited to 'src/eldap/Makefile.in')
-rw-r--r--src/eldap/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/eldap/Makefile.in b/src/eldap/Makefile.in
index 72e7b4632..de7933831 100644
--- a/src/eldap/Makefile.in
+++ b/src/eldap/Makefile.in
@@ -13,7 +13,8 @@ EFLAGS = -I .. -pz ..
OBJS = \
$(OUTDIR)/eldap.beam \
$(OUTDIR)/ELDAPv3.beam \
- $(OUTDIR)/eldap_filter.beam
+ $(OUTDIR)/eldap_filter.beam \
+ $(OUTDIR)/eldap_utils.beam
all: $(OBJS)