diff options
author | Greg Hudson <ghudson@mit.edu> | 2011-11-04 18:39:35 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2011-11-04 18:39:35 +0000 |
commit | bc47e3eeb7a046a80faf9ba9ea4ccedf111e33a7 (patch) | |
tree | caa18248d5ad4f461f03aa30bd7e14df59b5756c /src/tests/mkeystash_compat/Makefile.in | |
parent | a234df421c16a369ef274b13d6cbe07145e6466a (diff) | |
download | krb5-bc47e3eeb7a046a80faf9ba9ea4ccedf111e33a7.tar.gz krb5-bc47e3eeb7a046a80faf9ba9ea4ccedf111e33a7.tar.xz krb5-bc47e3eeb7a046a80faf9ba9ea4ccedf111e33a7.zip |
Get rid of fake-install
Instead, use $(BUILDTOP)/plugins as the plugin base for tests. For
each real plugin module, create a link in the parent directory if
we're doing a shared-library build--so built KDB modules can be found
in plugins/kdb, preauth modules in plugins/preauth, etc..
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25436 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/mkeystash_compat/Makefile.in')
-rw-r--r-- | src/tests/mkeystash_compat/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/mkeystash_compat/Makefile.in b/src/tests/mkeystash_compat/Makefile.in index 5c53d9e8a4..30a8255a4a 100644 --- a/src/tests/mkeystash_compat/Makefile.in +++ b/src/tests/mkeystash_compat/Makefile.in @@ -32,7 +32,7 @@ kdc.conf: Makefile krb5.conf: Makefile cat $(top_srcdir)/config-files/krb5.conf > krb5.new echo "[dbmodules]" >> krb5.new - echo " db_module_dir = $(BUILDTOP)/util/fakedest$(KRB5_DB_MODULE_DIR)" >> krb5.new + echo " db_module_dir = $(BUILDTOP)/plugins/kdb" >> krb5.new mv krb5.new krb5.conf # Verify that the mkey stash code is backward compat with old/non-keytab stashfile format |