mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Install lber_types.h
This commit is contained in:
parent
cabe7726e1
commit
fcaddb60b4
1 changed files with 3 additions and 2 deletions
|
|
@ -7,13 +7,14 @@ all-local: ldap_config.h FORCE
|
||||||
|
|
||||||
install-local: FORCE
|
install-local: FORCE
|
||||||
-$(MKDIR) -p $(includedir)
|
-$(MKDIR) -p $(includedir)
|
||||||
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap.h $(includedir)
|
|
||||||
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/lber.h $(includedir)
|
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/lber.h $(includedir)
|
||||||
|
$(INSTALL) $(INSTALLFLAGS) -m 644 lber_types.h $(includedir)
|
||||||
|
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap.h $(includedir)
|
||||||
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap_cdefs.h $(includedir)
|
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap_cdefs.h $(includedir)
|
||||||
|
$(INSTALL) $(INSTALLFLAGS) -m 644 ldap_features.h $(includedir)
|
||||||
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap_schema.h $(includedir)
|
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap_schema.h $(includedir)
|
||||||
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/disptmpl.h $(includedir)
|
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/disptmpl.h $(includedir)
|
||||||
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/srchpref.h $(includedir)
|
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/srchpref.h $(includedir)
|
||||||
$(INSTALL) $(INSTALLFLAGS) -m 644 ldap_features.h $(includedir)
|
|
||||||
|
|
||||||
clean-local: FORCE
|
clean-local: FORCE
|
||||||
$(RM) ldap_config.h
|
$(RM) ldap_config.h
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue