X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-null%2FMakefile.in;h=48f533376ac2913c8b27123776eb637ef49ae0d7;hb=a2badc7c3c6245dad7f8fb22923969fcc57643f7;hp=1ca637ffa5492a881ee5159257e4554f852ff344;hpb=8ecfc4e1db8182c71655dc01b60dbe07ad2b45a0;p=openldap diff --git a/servers/slapd/back-null/Makefile.in b/servers/slapd/back-null/Makefile.in index 1ca637ffa5..48f533376a 100644 --- a/servers/slapd/back-null/Makefile.in +++ b/servers/slapd/back-null/Makefile.in @@ -1,3 +1,18 @@ +# Makefile.in for back-null +# $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## 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 +## . + SRCS = null.c OBJS = null.lo @@ -6,7 +21,6 @@ LDAP_LIBDIR= ../../../libraries BUILD_OPT = "--enable-null" BUILD_MOD = @BUILD_NULL@ -BUILD_MOD_DYNAMIC = @BUILD_NULL_DYNAMIC@ mod_DEFS = -DSLAPD_IMPORT MOD_DEFS = $(@BUILD_NULL@_DEFS)