Modified for use with libtool's ltdl instead of gmodule

This commit is contained in:
Howard Chu 1999-08-07 07:54:45 +00:00
parent 6054463eeb
commit 00ac49a1fd
2 changed files with 2 additions and 3 deletions

View File

@ -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)

View File

@ -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) );