svn rev #25033: trunk/src/util/profile/testmod/
ghudson@MIT.EDU
ghudson at MIT.EDU
Thu Jul 21 16:41:20 EDT 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25033
Commit By: ghudson
Log Message:
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.
Changed Files:
U trunk/src/util/profile/testmod/Makefile.in
Modified: trunk/src/util/profile/testmod/Makefile.in
===================================================================
--- trunk/src/util/profile/testmod/Makefile.in 2011-07-21 20:41:16 UTC (rev 25032)
+++ trunk/src/util/profile/testmod/Makefile.in 2011-07-21 20:41:20 UTC (rev 25033)
@@ -10,6 +10,9 @@
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
More information about the cvs-krb5
mailing list