From e028749f116a68bc9222f6691f795603dae305d0 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Thu, 19 Dec 2013 15:58:24 +0100 Subject: [PATCH] Always compile ldap so that stubbed versions are supported --- coreapi/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/coreapi/Makefile.am b/coreapi/Makefile.am index 7d728492a..a8987757d 100644 --- a/coreapi/Makefile.am +++ b/coreapi/Makefile.am @@ -49,16 +49,13 @@ liblinphone_la_SOURCES=\ info.c \ event.c event.h \ contactprovider.c contactprovider.h \ + ldap/ldapprovider.c ldap/ldapprovider.h \ dict.c \ $(GITVERSION_FILE) if BUILD_UPNP liblinphone_la_SOURCES+=upnp.c upnp.h endif - -if BUILD_LDAP -liblinphone_la_SOURCES+= ldap/ldapprovider.c ldap/ldapprovider.h -endif liblinphone_la_SOURCES+= bellesip_sal/sal_address_impl.c \ bellesip_sal/sal_impl.c bellesip_sal/sal_impl.h \