X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2FMakefile.in;h=db01326dbbc5d3c84c2bb0d5ac657a064ca560f6;hb=dc19332bb9db142c52b580e3f74a6c20d5c8ef23;hp=0d03a805800fe2af1d94994f25d25de0bfdc48a9;hpb=4b3396f5fd1d1ace77c2a2a6845fa959e14cf380;p=openldap diff --git a/libraries/libldap/Makefile.in b/libraries/libldap/Makefile.in index 0d03a80580..db01326dbb 100644 --- a/libraries/libldap/Makefile.in +++ b/libraries/libldap/Makefile.in @@ -1,9 +1,18 @@ +# Makefile.in for LDAP -lldap # $OpenLDAP$ -## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. -## COPYING RESTRICTIONS APPLY, see COPYRIGHT file +## This work is part of OpenLDAP Software . ## -## Makefile.in for LDAP -lldap +## Copyright 1998-2003 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 +## . + LIBRARY = libldap.la PROGRAMS = apitest dntest ftest ltest @@ -51,6 +60,7 @@ CFFILES=ldap.conf install-local: $(CFFILES) FORCE -$(MKDIR) $(DESTDIR)$(libdir) $(LTINSTALL) $(INSTALLFLAGS) -m 644 $(LIBRARY) $(DESTDIR)$(libdir) + $(LTFINISH) $(DESTDIR)$(libdir) -$(MKDIR) $(DESTDIR)$(sysconfdir) @for i in $(CFFILES); do \ if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \