summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2012-12-18 16:51:27 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-12-18 16:04:25 +0100
commitf0546374a001bbf8a4e05548a5320d05f3cc2d02 (patch)
tree95201675c3ff9a92e613eaa218b7b614f340ab45 /tests
parentcef68158dd39fa36f7273a603e2a571b98527d67 (diff)
kms_flip: Add -lrt back
kms_flip doesn't build due to missing -lrt. The build was broken due to a typo in this commit: commit acdf7171264a5139caabb78127c9eef5080c0682 Author: Daniel Vetter <daniel.vetter@ffwll.ch> Date: Sat Dec 15 00:48:47 2012 +0100 tests: s/flip_test/kms_flip OCD wins! Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> For some reason libudev.pc brings in -lrt as well, which probably caused the typo to go unnoticed. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9cafe4cd..04769081 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -180,7 +180,7 @@ gem_fence_thrash_LDADD = $(LDADD) -lpthread
gem_threaded_access_tiled_LDADD = $(LDADD) -lpthread
gem_wait_render_timeout_LDADD = $(LDADD) -lrt
-kms_flip = $(LDADD) -lrt
+kms_flip_LDADD = $(LDADD) -lrt
gem_ctx_basic_LDADD = $(LDADD) -lpthread