]> git.sur5r.net Git - openldap/blobdiff - include/Makefile.in
non-root add/delete of entries rooted at '' checks children write permission (forward...
[openldap] / include / Makefile.in
index 1c89d0f71fc57f3681a752887228a315be4d7261..410163ff9c6eaa0b869507b354c895a2c104cb09 100644 (file)
@@ -1,5 +1,5 @@
 # $OpenLDAP$
-## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
+## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
 ## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
 ##
 ## include Makefile.in for OpenLDAP
@@ -8,9 +8,12 @@ all-local: ldap_config.h FORCE
 
 install-local: FORCE
        -$(MKDIR) $(DESTDIR)$(includedir)
-       for header in $(srcdir)/lber.h lber_types.h $(srcdir)/ldap.h \
-         $(srcdir)/ldap_cdefs.h ldap_features.h $(srcdir)/ldap_schema.h \
-         $(srcdir)/disptmpl.h $(srcdir)/srchpref.h; do \
+       for header in $(srcdir)/lber.h lber_types.h \
+               $(srcdir)/ldap.h $(srcdir)/ldap_cdefs.h \
+               $(srcdir)/ldap_schema.h $(srcdir)/ldap_utf8.h \
+               ldap_features.h \
+               $(srcdir)/disptmpl.h $(srcdir)/srchpref.h; \
+       do \
                $(INSTALL) $(INSTALLFLAGS) -m 644 $$header $(DESTDIR)$(includedir); \
        done