summaryrefslogtreecommitdiffstats
path: root/src/tests/threads/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/threads/Makefile.in')
-rw-r--r--src/tests/threads/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/threads/Makefile.in b/src/tests/threads/Makefile.in
index e564f5358..6b45f001c 100644
--- a/src/tests/threads/Makefile.in
+++ b/src/tests/threads/Makefile.in
@@ -29,6 +29,9 @@ prof1: prof1.o $(KRB5_BASE_DEPLIBS)
prof1.o: prof1.c
+gss-perf: gss-perf.o
+ $(CC_LINK) $(PTHREAD_CFLAGS) -o gss-perf gss-perf.o $(GSS_LIBS) $(KRB5_BASE_LIBS) $(THREAD_LINKOPTS)
+
check-unix:: run-t_rcache
install::