From bc47e3eeb7a046a80faf9ba9ea4ccedf111e33a7 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 4 Nov 2011 18:39:35 +0000 Subject: 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 --- src/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/aclocal.m4') diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 68ef439d7f..7e635c8317 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -1163,7 +1163,7 @@ else esac OBJLISTS="OBJS.SH" PLUGIN='$(LIBBASE)$(DYNOBJEXT)' - PLUGINLINK= + PLUGINLINK='../$(PLUGIN)' PLUGININST=install-plugin KDB5_PLUGIN_DEPLIBS= KDB5_PLUGIN_LIBS= -- cgit