diff --git a/include/Makefile.in b/include/Makefile.in index dc0a68b48eca529962689c29ac54598065bdae9d..5a052835f403501b5803b867d3475ed56a9a50b1 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -20,7 +20,8 @@ install-local: FORCE for header in $(srcdir)/lber.h lber_types.h \ $(srcdir)/ldap.h $(srcdir)/ldap_cdefs.h \ $(srcdir)/ldap_schema.h $(srcdir)/ldap_utf8.h \ - $(srcdir)/slapi-plugin.h ldap_features.h; \ + $(srcdir)/slapi-plugin.h ldap_features.h \ + $(srcdir)/ldif.h; \ do \ $(INSTALL) $(INSTALLFLAGS) -m 644 $$header $(DESTDIR)$(includedir); \ done