summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-07-27 15:43:36 +0000
committerGreg Hudson <ghudson@mit.edu>2011-07-27 15:43:36 +0000
commit496c517956e2071d905cec682c89f8a375552297 (patch)
treef34e9c1f05f4b17e6b36be0a435ff95d1f30831f /src/util
parent7b79f046621b57262b55a5ed4ef61ee9c8ba9cdc (diff)
downloadkrb5-496c517956e2071d905cec682c89f8a375552297.tar.gz
krb5-496c517956e2071d905cec682c89f8a375552297.tar.xz
krb5-496c517956e2071d905cec682c89f8a375552297.zip
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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25061 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/profile/testmod/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/util/profile/testmod/Makefile.in b/src/util/profile/testmod/Makefile.in
index aed51e422..bc2dbc5db 100644
--- a/src/util/profile/testmod/Makefile.in
+++ b/src/util/profile/testmod/Makefile.in
@@ -10,6 +10,11 @@ LIBMAJOR=0
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 @@ SRCS=$(srcdir)/testmod_main.c
check-unix:: proftest$(DYNOBJEXT)
clean-unix:: clean-libs clean-libobjs
-@libnodeps_frag@
@libnover_frag@
@libobj_frag@