svn rev #25061: trunk/src/util/profile/testmod/
ghudson@MIT.EDU
ghudson at MIT.EDU
Wed Jul 27 11:43:36 EDT 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25061
Commit By: ghudson
Log Message:
Fix profile test module on Solaris.
The test module uses k5-platform.h and therefore implicitly
libkrb5support (in this case, krb5int_asprintf), so make it depend on
that.
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-27 02:13:15 UTC (rev 25060)
+++ trunk/src/util/profile/testmod/Makefile.in 2011-07-27 15:43:36 UTC (rev 25061)
@@ -10,6 +10,11 @@
LIBMINOR=0
SO_EXT=.so
+SHLIB_DIRS=-L$(TOPLIBD)
+SHLIB_RDIRS=$(KRB5_LIBDIR)
+SHLIB_EXPLIBS=$(SUPPORT_LIB) $(LIBS)
+SHLIB_EXPDEPS=$(SUPPORT_DEPLIB)
+
STOBJLISTS=OBJS.ST
STLIBOBJS=testmod_main.o
@@ -18,6 +23,5 @@
check-unix:: proftest$(DYNOBJEXT)
clean-unix:: clean-libs clean-libobjs
- at libnodeps_frag@
@libnover_frag@
@libobj_frag@
More information about the cvs-krb5
mailing list