summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-07-21 20:41:20 +0000
committerGreg Hudson <ghudson@mit.edu>2011-07-21 20:41:20 +0000
commitbabacee9be81719048c33b53cbb90cd55073f966 (patch)
tree6613905aff69058ed56c8ca76fe0293fcf20b27d /src
parent88e3e649f8c6e6056e0e9a6ae971798a61c19074 (diff)
downloadkrb5-babacee9be81719048c33b53cbb90cd55073f966.tar.gz
krb5-babacee9be81719048c33b53cbb90cd55073f966.tar.xz
krb5-babacee9be81719048c33b53cbb90cd55073f966.zip
Set SHLIB_RDIRS in profile test module build
The test module has no dependencies, but SHLIB_RDIRS must be set or the commands in shlib.conf can produce syntax errors. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25033 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/util/profile/testmod/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/profile/testmod/Makefile.in b/src/util/profile/testmod/Makefile.in
index fdd366328..d210fbb3f 100644
--- a/src/util/profile/testmod/Makefile.in
+++ b/src/util/profile/testmod/Makefile.in
@@ -10,6 +10,9 @@ LIBMAJOR=0
LIBMINOR=0
SO_EXT=.so
+# No dependencies, but we have to put something here.
+SHLIB_RDIRS=$(KRB5_LIBDIR)
+
STOBJLISTS=OBJS.ST
STLIBOBJS=testmod_main.o