Windows: Make plugin\krb5 an official build target directory

This commit is contained in:
Asanka C. Herath
2010-11-22 16:20:50 -05:00
parent 20e2e17a85
commit 4eb1a9faa6

View File

@@ -78,6 +78,7 @@ OBJDIR =$(SRC)\out\obj_$(OUTDIR)
INCDIR =$(DESTDIR)\inc
LIBDIR =$(DESTDIR)\lib
BINDIR =$(DESTDIR)\bin
PLUGINDIR =$(BINDIR)\plugin\krb5
DOCDIR =$(DESTDIR)\doc
SBINDIR =$(BINDIR)
LIBEXECDIR =$(BINDIR)
@@ -387,6 +388,9 @@ mkdirs:
! if !exist($(BINDIR))
$(MKDIR) $(BINDIR)
! endif
! if !exist($(PLUGINDIR))
$(MKDIR) $(PLUGINDIR)
! endif
! if !exist($(INCDIR))
$(MKDIR) $(INCDIR)
! endif