Add UTF-8

This commit is contained in:
Kurt Zeilenga 2001-06-14 05:55:43 +00:00
parent b8975f565e
commit 58208a073a

View File

@ -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