aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMosè Giordano <m.giordano@ucl.ac.uk>2019-09-16 01:02:30 +0100
committerMosè Giordano <m.giordano@ucl.ac.uk>2019-09-17 16:38:28 +0100
commit766edf0243b1cd56c4a0d8a4ea03dd17ea49a119 (patch)
tree6c9311e3f56c5b36626c5d1142b1b5bf056955c6 /Makefile.am
parentscanner: prepend protocol name to types symbol (diff)
downloadwayland-766edf0243b1cd56c4a0d8a4ea03dd17ea49a119.tar
wayland-766edf0243b1cd56c4a0d8a4ea03dd17ea49a119.tar.gz
wayland-766edf0243b1cd56c4a0d8a4ea03dd17ea49a119.tar.bz2
wayland-766edf0243b1cd56c4a0d8a4ea03dd17ea49a119.tar.lz
wayland-766edf0243b1cd56c4a0d8a4ea03dd17ea49a119.tar.xz
wayland-766edf0243b1cd56c4a0d8a4ea03dd17ea49a119.tar.zst
wayland-766edf0243b1cd56c4a0d8a4ea03dd17ea49a119.zip
Add $(RT_LIBS) to fixed-benchmark LD dependencies
`tests/fixed-benchmark.c` calls `clock_gettime`.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 868910c..0d76865 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -286,6 +286,7 @@ cpp_compile_test_SOURCES = tests/cpp-compile-test.cpp
endif
fixed_benchmark_SOURCES = tests/fixed-benchmark.c
+fixed_benchmark_LDADD = $(RT_LIBS)
os_wrappers_test_SOURCES = tests/os-wrappers-test.c
os_wrappers_test_LDADD = libtest-runner.la