diff --git a/tests/Makefile.am b/tests/Makefile.am index 6eb7bbcc..f482cdb3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -73,3 +73,5 @@ test_setjmp_LDADD = ../src/libunwind-setjmp.la test_ptrace_LDADD = ../src/libunwind-ptrace.a $(LIBUNWIND) Ltest_concurrent_LDADD = $(LIBUNWIND) -lpthread Gtest_concurrent_LDADD = $(LIBUNWIND) -lpthread +Lperf_simple_LDADD = $(LIBUNWIND) -lrt +Gperf_simple_LDADD = $(LIBUNWIND) -lrt