version 1.3.2.1, 2003/12/01 00:58:43
|
version 1.11, 2008/01/07 23:20:12
|
Line 1
|
Line 1
|
# Makefile.in for back-null |
# Makefile.in for back-null |
# $OpenLDAP$ |
# $OpenLDAP: pkg/ldap/servers/slapd/back-null/Makefile.in,v 1.10 2007/01/02 19:01:12 kurt Exp $ |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## |
## |
## Copyright 1998-2003 The OpenLDAP Foundation. |
## Copyright 1998-2008 The OpenLDAP Foundation. |
## All rights reserved. |
## All rights reserved. |
## |
## |
## Redistribution and use in source and binary forms, with or without |
## Redistribution and use in source and binary forms, with or without |
Line 21 LDAP_LIBDIR= ../../../libraries
|
Line 21 LDAP_LIBDIR= ../../../libraries
|
|
|
BUILD_OPT = "--enable-null" |
BUILD_OPT = "--enable-null" |
BUILD_MOD = @BUILD_NULL@ |
BUILD_MOD = @BUILD_NULL@ |
BUILD_MOD_DYNAMIC = @BUILD_NULL_DYNAMIC@ |
|
|
|
mod_DEFS = -DSLAPD_IMPORT |
mod_DEFS = -DSLAPD_IMPORT |
MOD_DEFS = $(@BUILD_NULL@_DEFS) |
MOD_DEFS = $(@BUILD_NULL@_DEFS) |