Windows: PLUGINDIR == BINDIR

Plugins must be in the same directory as the DLLs.

Change-Id: I982f8113208dc896d73b155cf0c22184efc1b1c1
This commit is contained in:
Jeffrey Altman
2013-09-10 22:20:30 -04:00
parent 72f29bd807
commit 9b13216c0e

View File

@@ -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)