X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-sql%2FMakefile.in;h=7b87f265c7343fab121f97ddb6fa7c2427e2602b;hb=f51efd4b0345baea1a9c977d0763292891c37436;hp=5406620160b6a3e9cd4c3099115ae3326daed037;hpb=0552b1c53fa44790811f44cac5e14fc52fbd2ace;p=openldap diff --git a/servers/slapd/back-sql/Makefile.in b/servers/slapd/back-sql/Makefile.in index 5406620160..7b87f265c7 100644 --- a/servers/slapd/back-sql/Makefile.in +++ b/servers/slapd/back-sql/Makefile.in @@ -1,22 +1,37 @@ +# Makefile.in for back-sql # $OpenLDAP$ - -SRCS = init.c config.c search.c bind.c other.c \ - entry-id.c schema-map.c sql-wrap.c modify.c util.c -OBJS = init.lo config.lo search.lo bind.lo other.lo \ - entry-id.lo schema-map.lo sql-wrap.lo modify.lo util.lo +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2012 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 +## . + +SRCS = init.c config.c search.c bind.c compare.c operational.c \ + entry-id.c schema-map.c sql-wrap.c modify.c util.c \ + add.c delete.c modrdn.c api.c +OBJS = init.lo config.lo search.lo bind.lo compare.lo operational.lo \ + entry-id.lo schema-map.lo sql-wrap.lo modify.lo util.lo \ + add.lo delete.lo modrdn.lo api.lo LDAP_INCDIR= ../../../include LDAP_LIBDIR= ../../../libraries BUILD_OPT = "--enable-sql" BUILD_MOD = @BUILD_SQL@ -BUILD_MOD_DYNAMIC = @BUILD_SQL_DYNAMIC@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_SQL@_DEFS) -shared_LDAP_LIBS = $(LDAP_LIBPATH) -lldap_r -llber +shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA) NT_LINK_LIBS = -L.. -lslapd $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) +UNIX_LINK_LIBS = $(@BUILD_LIBS_DYNAMIC@_LDAP_LIBS) $(SLAPD_SQL_LIBS) LIBBASE = back_sql