]> git.sur5r.net Git - openldap/blob - servers/slapd/back-dnssrv/Makefile.in
Missed a test in AttributeDescription commit
[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 LINKAGE = @BUILD_DNSSRV_DYNAMIC@
22
23 LIBBASE = back_dnssrv
24
25 XINCPATH = -I.. -I$(srcdir)/..
26 XDEFS = $(MODULES_CPPFLAGS)
27
28 all-local-lib:  ../.backend
29
30 ../.backend: lib$(LIBBASE).a
31         @touch $@
32