From ecf5581f0df4eedf75de121ba18e89e0706afe0f Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 17 Nov 2004 20:22:46 +0000 Subject: [PATCH] Fix include path for backend.h when using separate object directory --- servers/slapd/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index f926463896..590cff0e54 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -57,7 +57,7 @@ OBJS = main.o globals.o config.o daemon.o \ slappasswd.o slaptest.o slapauth.o slapacl.o component.o \ $(@PLAT@_OBJS) -LDAP_INCDIR= ../../include -I$(srcdir)/slapi +LDAP_INCDIR= ../../include -I$(srcdir)/slapi -I. LDAP_LIBDIR= ../../libraries SLAP_DIR= -- 2.39.5