library is linked in and needs them.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17436
dc483132-0cff-0310-8789-
dd5450dbe970
+2005-10-19 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (t_ser): Add dl library and thread link options,
+ since kdb5 library is linked in and needs them.
+
2005-09-22 Tom Yu <tlyu@mit.edu>
* mk_req_ext.c (krb5int_generate_and_save_subkey): Check for and
t_ser: $(T_SER_OBJS) $(KDB5_DEPLIBS) $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o t_ser $(T_SER_OBJS) \
- $(KDB5_LIBS) $(KRB5_BASE_LIBS)
+ $(KDB5_LIBS) $(KRB5_BASE_LIBS) $(DL_LIB) $(THREAD_LINKOPTS)
t_deltat : $(T_DELTAT_OBJS)
$(CC_LINK) -o t_deltat $(T_DELTAT_OBJS)