]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/Makefile.in
Don't init SASL library until we actually want a SASL session
[openldap] / libraries / libldap / Makefile.in
index 0d03a805800fe2af1d94994f25d25de0bfdc48a9..db01326dbbc5d3c84c2bb0d5ac657a064ca560f6 100644 (file)
@@ -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 <http://www.openldap.org/>.
 ##
-## 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
+## <http://www.OpenLDAP.org/license.html>.
+
 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 \