]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Set SHLIB_RDIRS in profile test module build
authorGreg Hudson <ghudson@mit.edu>
Thu, 21 Jul 2011 20:41:20 +0000 (20:41 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 21 Jul 2011 20:41:20 +0000 (20:41 +0000)
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

src/util/profile/testmod/Makefile.in

index fdd3663282bfb9753a998bc7a5c55abcf83ce33a..d210fbb3f56b3e4a505f1dbb8289388cea7996f6 100644 (file)
@@ -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