From 8611267a7b9a7551dfdad1363eb092727b225abd Mon Sep 17 00:00:00 2001 From: Jan Vcelak <jvcelak@redhat.com> Date: Mon, 27 Jun 2011 17:39:10 +0200 Subject: [PATCH] update on ITS #6870 - provide ldif.h interface --- include/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/Makefile.in b/include/Makefile.in index dc0a68b48e..5a052835f4 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 -- GitLab