~ubuntu-branches/ubuntu/precise/krb5/precise-updates

« back to all changes in this revision

Viewing changes to src/tests/threads/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sam Hartman
  • Date: 2011-12-01 19:34:41 UTC
  • mfrom: (28.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20111201193441-9tipg3aru1jsidyv
Tags: 1.10+dfsg~alpha1-6
* Fix segfault with unknown hostnames in krb5_sname_to_principal,
  Closes: #650671
* Indicate that this library breaks libsmbclient versions that depend on
  krb5_locate_kdc, Closes: #650603, #650611

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
all::
15
15
 
16
 
N = 4
17
16
run-t_rcache: t_rcache
18
 
        $(RUN_SETUP) $(VALGRIND) ./t_rcache -n $(N)
 
17
        $(RUN_SETUP) $(VALGRIND) ./t_rcache
19
18
 
20
19
t_rcache: t_rcache.o $(KRB5_BASE_DEPLIBS)
21
20
        $(CC_LINK) -o t_rcache t_rcache.o $(KRB5_BASE_LIBS) $(THREAD_LINKOPTS)