]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-ldap: Reverted previous commit for now.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 10 May 2016 21:35:43 +0000 (17:35 -0400)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 10 May 2016 21:43:31 +0000 (17:43 -0400)
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.

src/lib-ldap/Makefile.am

index 8fba6ae82ab08c3d50915da8580e519f8afeda57..b990e93fdf3b7072052877e471c36fb58302ee86 100644 (file)
@@ -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