X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-shell%2FMakefile.in;h=dc36737c7c79a75f9efbcc5306f8526e6bd93811;hb=7d13ef7e42f1514dd99878835a13a700da4f4b69;hp=23c2a66be3fbe0dbeea76a23bbd6a435d0a80713;hpb=6939c531700652491f4be4688c6a1f35a1ab8a18;p=openldap diff --git a/servers/slapd/back-shell/Makefile.in b/servers/slapd/back-shell/Makefile.in index 23c2a66be3..dc36737c7c 100644 --- a/servers/slapd/back-shell/Makefile.in +++ b/servers/slapd/back-shell/Makefile.in @@ -1,18 +1,28 @@ +# Makefile.in for back-shell # $OpenLDAP$ -## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. -## COPYING RESTRICTIONS APPLY, see COPYRIGHT file +## 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 fork.c search.c bind.c unbind.c add.c \ - delete.c modify.c modrdn.c compare.c abandon.c result.c + delete.c modify.c modrdn.c compare.c result.c OBJS = init.lo config.lo fork.lo search.lo bind.lo unbind.lo add.lo \ - delete.lo modify.lo modrdn.lo compare.lo abandon.lo result.lo + delete.lo modify.lo modrdn.lo compare.lo result.lo LDAP_INCDIR= ../../../include LDAP_LIBDIR= ../../../libraries BUILD_OPT = "--enable-shell" BUILD_MOD = @BUILD_SHELL@ -BUILD_MOD_DYNAMIC = @BUILD_SHELL_DYNAMIC@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_SHELL@_DEFS)