From mboxrd@z Thu Jan 1 00:00:00 1970 From: Imre Deak Subject: [i-g-t PATCH] flip_test: fix link error due to missing -lrt Date: Fri, 7 Dec 2012 20:30:28 +0200 Message-ID: <1354905028-24435-1-git-send-email-imre.deak@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by gabe.freedesktop.org (Postfix) with ESMTP id 39122E5D58 for ; Fri, 7 Dec 2012 10:30:35 -0800 (PST) Received: by mail-pa0-f49.google.com with SMTP id bi1so586636pad.36 for ; Fri, 07 Dec 2012 10:30:34 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org Needed by clock_gettime(). This isn't a problem if libudev is used, as that pulles librt with it. Signed-off-by: Imre Deak --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 4658fce..c49d870 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -176,6 +176,7 @@ gem_fence_thrash_LDADD = $(LDADD) -lpthread gem_threaded_access_tiled_LDADD = $(LDADD) -lpthread gem_wait_render_timeout_LDADD = $(LDADD) -lrt +flip_test_LDADD = $(LDADD) -lrt gem_ctx_basic_LDADD = $(LDADD) -lpthread -- 1.7.11.7