From: Howard Chu Date: Wed, 17 Nov 2004 20:22:46 +0000 (+0000) Subject: Fix include path for backend.h when using separate object directory X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~283 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ecf5581f0df4eedf75de121ba18e89e0706afe0f;p=openldap Fix include path for backend.h when using separate object directory --- 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=