]> git.sur5r.net Git - openldap/blob - servers/slapd/back-dnssrv/Makefile.in
Add a safety check to bvcasechr
[openldap] / servers / slapd / back-dnssrv / Makefile.in
1 # $OpenLDAP$
2 ########################################################################### 
3 #   Copyright 2000, OpenLDAP Foundation, All rights reserved.
4 #
5 #   Redistribution and use in source and binary forms are permitted only
6 #   as authorized by the OpenLDAP Public License.  A copy of this
7 #   license is available at http://www.OpenLDAP.org/license.html or
8 #   in file LICENSE in the top-level directory of the distribution.
9 ########################################################################### 
10 # DNSSRV backend written by Kurt Zeilenga
11 ##########################################################################
12
13 SRCS    = init.c bind.c search.c config.c referral.c
14 OBJS    = init.lo bind.lo search.lo config.lo referral.lo
15
16 LDAP_INCDIR= ../../../include       
17 LDAP_LIBDIR= ../../../libraries
18
19 BUILD_OPT = "--enable-dnssrv"
20 BUILD_MOD = @BUILD_DNSSRV@
21 BUILD_MOD_DYNAMIC = @BUILD_DNSSRV_DYNAMIC@
22
23 mod_DEFS = -DSLAPD_IMPORT
24 MOD_DEFS = $(@BUILD_DNSSRV@_DEFS)
25
26 shared_LDAP_LIBS = $(LDAP_LIBPATH) -lldap_r -llber
27 NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS)
28
29 LIBBASE = back_dnssrv
30
31 XINCPATH = -I.. -I$(srcdir)/..
32 XDEFS = $(MODULES_CPPFLAGS)
33
34 all-local-lib:  ../.backend
35
36 ../.backend: lib$(LIBBASE).a
37         @touch $@
38