mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Add UTF-8
This commit is contained in:
parent
b8975f565e
commit
58208a073a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user