Revert "ITS#10314 Only install the slapi-plugin.h header if building slapi library"

This reverts commit 7ed646899a.
This commit is contained in:
Quanah Gibson-Mount 2026-02-17 15:57:20 +00:00
parent cbdb002770
commit d75e217241

View file

@ -15,21 +15,16 @@
all-local: ldap_config.h FORCE
BUILD_SLAPI = @BUILD_SLAPI@
install-local: FORCE
-$(MKDIR) $(DESTDIR)$(includedir)
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)/slapi-plugin.h ldap_features.h \
$(srcdir)/ldif.h $(srcdir)/openldap.h ; \
do \
$(INSTALL) $(INSTALLFLAGS) -m 644 $$header $(DESTDIR)$(includedir); \
done
if test "$(BUILD_SLAPI)" = "yes"; then \
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/slapi-plugin.h $(DESTDIR)$(includedir); \
fi
clean-local: FORCE
$(RM) ldap_config.h