From 9b13216c0e7d3584c146e73bfd521db814d6e8d7 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 10 Sep 2013 22:20:30 -0400 Subject: [PATCH] Windows: PLUGINDIR == BINDIR Plugins must be in the same directory as the DLLs. Change-Id: I982f8113208dc896d73b155cf0c22184efc1b1c1 --- windows/NTMakefile.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/NTMakefile.w32 b/windows/NTMakefile.w32 index a9e9153e1..e57da7518 100644 --- a/windows/NTMakefile.w32 +++ b/windows/NTMakefile.w32 @@ -80,7 +80,7 @@ OBJDIR =$(SRC)\out\obj_$(CPU) INCDIR =$(DESTDIR)\inc LIBDIR =$(DESTDIR)\lib BINDIR =$(DESTDIR)\bin -PLUGINDIR =$(BINDIR)\plugin\krb5 +PLUGINDIR =$(BINDIR) DOCDIR =$(DESTDIR)\doc SBINDIR =$(BINDIR) LIBEXECDIR =$(BINDIR)