summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2008-07-20 21:07:41 +0000
committerKen Raeburn <raeburn@mit.edu>2008-07-20 21:07:41 +0000
commitf31c8b13535216496fc4946888b9535d4f7d03f2 (patch)
tree383cea2f6d53b43f45692076281c341e4b220a13 /src/plugins
parentfe19865a1aaef87a4ba52bf5fd1184e3698f5ed7 (diff)
downloadkrb5-f31c8b13535216496fc4946888b9535d4f7d03f2.tar.gz
krb5-f31c8b13535216496fc4946888b9535d4f7d03f2.tar.xz
krb5-f31c8b13535216496fc4946888b9535d4f7d03f2.zip
Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and
default SUBDIRS to LOCAL_SUBDIRS via pre.in. Instead, just set SUBDIRS in each directory, and don't do anything in pre.in. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20546 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/kdb/db2/libdb2/Makefile.in2
-rw-r--r--src/plugins/kdb/ldap/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/kdb/db2/libdb2/Makefile.in b/src/plugins/kdb/db2/libdb2/Makefile.in
index 593c15e54a..b04f52133e 100644
--- a/src/plugins/kdb/db2/libdb2/Makefile.in
+++ b/src/plugins/kdb/db2/libdb2/Makefile.in
@@ -2,7 +2,7 @@ thisconfigdir=../../../..
myfulldir=plugins/kdb/db2/libdb2
mydir=plugins/kdb/db2/libdb2
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
-LOCAL_SUBDIRS=hash btree db mpool recno test
+SUBDIRS=hash btree db mpool recno test
LIBBASE=db
LIBMAJOR=1
diff --git a/src/plugins/kdb/ldap/Makefile.in b/src/plugins/kdb/ldap/Makefile.in
index 88ca2d91b3..9dadf64ad0 100644
--- a/src/plugins/kdb/ldap/Makefile.in
+++ b/src/plugins/kdb/ldap/Makefile.in
@@ -9,7 +9,7 @@ PROG_RPATH=$(KRB5_LIBDIR)
DEFS =
MODULE_INSTALL_DIR = $(KRB5_DB_MODULE_DIR)
-LOCAL_SUBDIRS= libkdb_ldap ldap_util
+SUBDIRS= libkdb_ldap ldap_util
LOCALINCLUDES = -I../../../lib/kdb -I$(srcdir)/../../../lib/kdb \
-I$(srcdir)/libkdb_ldap