Skip to content
Snippets Groups Projects
Commit 2fe535ee authored by Adrien Béraud's avatar Adrien Béraud
Browse files

video: fix linking test_shm

Refs #54805

Change-Id: Iae40768dc5de2fe055651cf9a82a44d327c52886
parent ade0d494
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ test_video_input_SOURCES=test_video_input.cpp test_video_input.h ...@@ -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_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_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) test_shm_CXXFLAGS=$(AM_CXXFLAGS)
AM_CXXFLAGS=-I$(top_builddir)/src/video -I$(top_builddir)/src AM_CXXFLAGS=-I$(top_builddir)/src/video -I$(top_builddir)/src
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment