From a958d3f60b7718151fd0bafcdd1e4874262f51b8 Mon Sep 17 00:00:00 2001 From: Tvrtko Ursulin Date: Fri, 1 Mar 2019 10:25:58 +0000 Subject: automake: Make librt mandatory librt is required by libintel_tools so express it as mandatory in autoconf and also drop explicit mentions from Makefile.am. This also fixes a build warning of: tests/Makefile.am:134: warning: variable 'pm_rc6_residency_LDADD' is defined but no program or tests/Makefile.am:134: library has 'pm_rc6_residency' as canonical name (possible typo) Signed-off-by: Tvrtko Ursulin Reviewed-by: Chris Wilson --- benchmarks/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks') diff --git a/benchmarks/Makefile.am b/benchmarks/Makefile.am index c166d636..1f05adf3 100644 --- a/benchmarks/Makefile.am +++ b/benchmarks/Makefile.am @@ -24,5 +24,5 @@ gem_exec_tracer_la_LIBADD = -ldl gem_latency_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS) gem_latency_LDADD = $(LDADD) -lpthread gem_syslatency_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS) -gem_syslatency_LDADD = $(LDADD) -lpthread -lrt +gem_syslatency_LDADD = $(LDADD) -lpthread gem_wsim_LDADD = $(LDADD) $(top_builddir)/lib/libigt_perf.la -lpthread -- cgit v1.2.3