From 3118f1fd2e6c0772fdca7d4f658d09eb66eaf3b0 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 13 Jan 2005 17:30:07 +0000 Subject: [PATCH] Fix backends.c VPATH builds --- 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 a20266895a..42845d4722 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 -I. +LDAP_INCDIR= ../../include -I$(srcdir) -I$(srcdir)/slapi -I. LDAP_LIBDIR= ../../libraries SLAP_DIR= -- 2.39.5