version 1.2, 2003/04/02 19:23:07
|
version 1.9.2.1, 2007/02/13 20:22:27
|
Line 1
|
Line 1
|
|
# Makefile.in for back-null |
|
# $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/>. |
|
## |
|
## Copyright 1998-2007 The OpenLDAP Foundation. |
|
## All rights reserved. |
|
## |
|
## Redistribution and use in source and binary forms, with or without |
|
## modification, are permitted only as authorized by the OpenLDAP |
|
## Public License. |
|
## |
|
## A copy of this license is available in the file LICENSE in the |
|
## top-level directory of the distribution or, alternatively, at |
|
## <http://www.OpenLDAP.org/license.html>. |
|
|
SRCS = null.c |
SRCS = null.c |
OBJS = null.lo |
OBJS = null.lo |
|
|
Line 6 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) |