diff options
| author | Bryce W. Harrington <b.harrington@samsung.com> | 2014-03-11 00:01:47 +0000 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2014-03-11 09:20:27 -0700 |
| commit | 3adcf6f11b9b982433f89b2c10c408071f9df44e (patch) | |
| tree | 58d1cc99426a9e33a7d49105eae2ffe518dffb52 /Makefile.am | |
| parent | protocol: try to clarify frame callback semantics (diff) | |
| download | wayland-3adcf6f11b9b982433f89b2c10c408071f9df44e.tar wayland-3adcf6f11b9b982433f89b2c10c408071f9df44e.tar.gz wayland-3adcf6f11b9b982433f89b2c10c408071f9df44e.tar.bz2 wayland-3adcf6f11b9b982433f89b2c10c408071f9df44e.tar.lz wayland-3adcf6f11b9b982433f89b2c10c408071f9df44e.tar.xz wayland-3adcf6f11b9b982433f89b2c10c408071f9df44e.tar.zst wayland-3adcf6f11b9b982433f89b2c10c408071f9df44e.zip | |
tests: Fix build of noinst fixed-benchmark test
Solves this build error:
tests/fixed-benchmark.o: In function `benchmark':
./wayland/tests/fixed-benchmark.c:82: undefined reference to `clock_gettime'
./wayland/tests/fixed-benchmark.c:84: undefined reference to `clock_gettime'
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cb7a186..f1584d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -175,6 +175,7 @@ resources_test_SOURCES = tests/resources-test.c resources_test_LDADD = libtest-runner.la fixed_benchmark_SOURCES = tests/fixed-benchmark.c +fixed_benchmark_LDADD = libtest-runner.la os_wrappers_test_SOURCES = tests/os-wrappers-test.c os_wrappers_test_LDADD = libtest-runner.la |
