mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 03:44:58 -05:00
Modified for use with libtool's ltdl instead of gmodule
This commit is contained in:
parent
6054463eeb
commit
00ac49a1fd
2 changed files with 2 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ BUILD_OPT = "--enable-ldap"
|
|||
BUILD_LIB = @BUILD_LDAP@
|
||||
BUILD_MOD = @BUILD_LDAP_DYNAMIC@
|
||||
|
||||
LIBBASE = back-ldap
|
||||
LIBBASE = back_ldap
|
||||
|
||||
XINCPATH = -I.. -I$(srcdir)/..
|
||||
XDEFS = $(MODULES_CPPFLAGS)
|
||||
|
|
|
|||
|
|
@ -31,9 +31,8 @@
|
|||
#include "back-ldap.h"
|
||||
|
||||
#ifdef SLAPD_LDAP_DYNAMIC
|
||||
#include <gmodule.h>
|
||||
|
||||
G_MODULE_EXPORT void init_module(int argc, char *argv[]) {
|
||||
void back_ldap_LTX_init_module(int argc, char *argv[]) {
|
||||
BackendInfo bi;
|
||||
|
||||
memset( &bi, 0, sizeof(bi) );
|
||||
|
|
|
|||
Loading…
Reference in a new issue