Skip to content

Commit

Permalink
lib-ldap: Reverted previous commit for now.
Browse files Browse the repository at this point in the history
We don't have libdovecot built at at this stage. But we can't build it
earlier, because it needs lib-dict-extra, which needs lib-ldap. So we have
cyclical dependencies now.
  • Loading branch information
sirainen committed May 10, 2016
1 parent 1b22887 commit ebf2e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib-ldap/Makefile.am
Expand Up @@ -17,9 +17,9 @@ libdovecot_ldap_la_SOURCES = \
ldap-compare.c \
ldap-entry.c

libdovecot_ldap_la_DEPENDENCIES = ../lib-dovecot/libdovecot.la
libdovecot_ldap_la_DEPENDENCIES =
libdovecot_ldap_la_LDFLAGS = -export-dynamic
libdovecot_ldap_la_LIBADD = ../lib-dovecot/libdovecot.la $(LDAP_LIBS)
libdovecot_ldap_la_LIBADD = $(LDAP_LIBS)

headers = \
ldap-client.h
Expand Down

0 comments on commit ebf2e93

Please sign in to comment.