Commit 961bd722 authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Austin Yuan

Add missing libs (pthreads).

parent 58033376
......@@ -24,7 +24,7 @@ bin_PROGRAMS = putsurface
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/x11 -DIN_LIBVA
TEST_LIBS = $(top_srcdir)/src/$(libvabackendlib)
TEST_LIBS = $(top_srcdir)/src/$(libvabackendlib) -lpthread
putsurface_LDADD = $(TEST_LIBS)
putsurface_SOURCES = putsurface.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment