From 2fe535ee814dfe35f86e391b4f656c0c1ec7c984 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Thu, 4 Sep 2014 17:53:09 -0400
Subject: [PATCH] video: fix linking test_shm

Refs #54805

Change-Id: Iae40768dc5de2fe055651cf9a82a44d327c52886
---
 daemon/src/video/test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/src/video/test/Makefile.am b/daemon/src/video/test/Makefile.am
index e1f1b5822b..17f2b6077d 100644
--- a/daemon/src/video/test/Makefile.am
+++ b/daemon/src/video/test/Makefile.am
@@ -13,7 +13,7 @@ test_video_input_SOURCES=test_video_input.cpp test_video_input.h
 test_video_input_LDADD=$(top_builddir)/src/libsflphone.la $(top_builddir)/src/video/libvideo.la $(YAML_LIBS)
 
 test_shm_SOURCES=test_shm.cpp shm_src.cpp shm_src.h
-test_shm_LDADD=$(top_builddir)/src/libsflphone.la $(top_builddir)/src/video/libvideo.la $(YAML_LIBS)
+test_shm_LDADD=$(top_builddir)/src/libsflphone.la $(top_builddir)/src/video/libvideo.la $(YAML_LIBS) -lrt
 test_shm_CXXFLAGS=$(AM_CXXFLAGS)
 
 AM_CXXFLAGS=-I$(top_builddir)/src/video -I$(top_builddir)/src
-- 
GitLab