+2005-12-16 Ken Raeburn <raeburn@mit.edu>
+
+ * plugins: Directory renamed from "modules".
+ * Makefile.in (SUBDIRS, fake-install), configure.in: Updated.
+
2005-11-29 Jeffrey Altman <jaltman@mit.edu>
* Makefile.in: add src/windows/kfwlogon tree
myfulldir=.
mydir=.
SUBDIRS=util include lib @krb524@ kdc kadmin slave clients \
- modules/kdb/db2 \
+ plugins/kdb/db2 \
appl tests \
config-files gen-manpages
BUILDTOP=$(REL)$(C)
done
(w=`pwd`; cd util && $(MAKE) install DESTDIR="$$w/util/fakedest")
(w=`pwd`; cd lib && $(MAKE) install DESTDIR="$$w/util/fakedest")
- (w=`pwd`; cd modules/kdb/db2 && $(MAKE) install DESTDIR="$$w/util/fakedest")
+ (w=`pwd`; cd plugins/kdb/db2 && $(MAKE) install DESTDIR="$$w/util/fakedest")
TAGS: $(SRCS)
etags $(SRCS)
dnl AC_CONFIG_SUBDIRS(krb524)
dnl fi
-AC_CONFIG_SUBDIRS(kadmin clients modules/kdb/db2 appl tests)
+AC_CONFIG_SUBDIRS(kadmin clients plugins/kdb/db2 appl tests)
AC_CONFIG_FILES(krb5-config, [chmod +x krb5-config])
V5_AC_OUTPUT_MAKEFILE(. util util/support util/send-pr lib kdc slave krb524 config-files gen-manpages include include/krb5 include/kerberosIV)
+2005-12-16 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (myfulldir, RELDIR): Updated for directory rename.
+
2005-11-29 Ken Raeburn <raeburn@mit.edu>
* policy_db.h: Include db.h after gssrpc/types.h, to fix
thisconfigdir=.
-myfulldir=modules/kdb/db2
+myfulldir=plugins/kdb/db2
mydir=.
BUILDTOP=$(REL)..$(S)..$(S)..
KRB5_RUN_ENV = @KRB5_RUN_ENV@
LIBMAJOR=0
LIBMINOR=0
SO_EXT=.so
-RELDIR=../modules/kdb/db2
+RELDIR=../plugins/kdb/db2
# Depends on libk5crypto and libkrb5
# Also on gssrpc, for xdr stuff.
SHLIB_EXPDEPS = \
2005-12-16 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (all-unix): Do depend on all-libs.
+ (myfulldir, RELDIR): Updated for directory rename.
+ * hash/Makefile.in (myfulldir): Likewise.
+ * db/Makefile.in (myfulldir): Likewise.
+ * mpool/Makefile.in (myfulldir): Likewise.
+ * btree/Makefile.in (myfulldir): Likewise.
+ * recno/Makefile.in (myfulldir): Likewise.
+ * clib/Makefile.in (myfulldir): Likewise.
2005-10-27 Ken Raeburn <raeburn@mit.edu>
thisconfigdir=.
-myfulldir=modules/kdb/db2/libdb2
+myfulldir=plugins/kdb/db2/libdb2
mydir=.
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
LOCAL_SUBDIRS=hash btree db mpool recno clib test
STOBJLISTS=hash/OBJS.ST btree/OBJS.ST db/OBJS.ST mpool/OBJS.ST \
recno/OBJS.ST clib/OBJS.ST
SUBDIROBJLISTS=$(STOBJLISTS)
-RELDIR=../modules/kdb/db2/libdb2
+RELDIR=../plugins/kdb/db2/libdb2
HDRDIR=$(BUILDTOP)/include
HDRS = $(HDRDIR)/db.h $(HDRDIR)/db-config.h $(HDRDIR)/db-ndbm.h
thisconfigdir=./..
-myfulldir=modules/kdb/db2/libdb2/btree
+myfulldir=plugins/kdb/db2/libdb2/btree
mydir=btree
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..
STLIBOBJS= bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o \
thisconfigdir=./..
-myfulldir=modules/kdb/db2/libdb2/clib
+myfulldir=plugins/kdb/db2/libdb2/clib
mydir=clib
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..
STLIBOBJS=@MEMMOVE_OBJ@ @MKSTEMP_OBJ@ @STRERROR_OBJ@
thisconfigdir=./..
-myfulldir=modules/kdb/db2/libdb2/db
+myfulldir=plugins/kdb/db2/libdb2/db
mydir=db
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..
STLIBOBJS=db.o
thisconfigdir=./..
-myfulldir=modules/kdb/db2/libdb2/hash
+myfulldir=plugins/kdb/db2/libdb2/hash
mydir=hash
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..
STLIBOBJS= hash.o hash_bigkey.o hash_debug.o hash_func.o hash_log2.o \
thisconfigdir=./..
-myfulldir=modules/kdb/db2/libdb2/mpool
+myfulldir=plugins/kdb/db2/libdb2/mpool
mydir=mpool
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..
STLIBOBJS=mpool.o
thisconfigdir=./..
-myfulldir=modules/kdb/db2/libdb2/recno
+myfulldir=plugins/kdb/db2/libdb2/recno
mydir=recno
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..
STLIBOBJS= rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o \
* Makefile.in (PROG_LIBPATH, DB_DEPLIB): Look for library in
.. instead of $TOPLIBD.
+ (myfulldir): Updated for directory rename.
2005-10-04 Ken Raeburn <raeburn@mit.edu>
thisconfigdir=./..
-myfulldir=modules/kdb/db2/libdb2/test
+myfulldir=plugins/kdb/db2/libdb2/test
mydir=test
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..