diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2010-02-12 11:56:02 +0000 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2010-03-04 17:12:18 +0800 |
commit | 961bd722705fbae33c20ef928b207b74d7cef1a3 (patch) | |
tree | fda5805691bac53ef2797e82ec381a8e4c026a13 /test | |
parent | 58033376ff1d39210c7bd6a5d76b9a4aa1d661eb (diff) |
Add missing libs (pthreads).
Diffstat (limited to 'test')
-rw-r--r-- | test/putsurface/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/putsurface/Makefile.am b/test/putsurface/Makefile.am index 3e5c864..ebe036d 100644 --- a/test/putsurface/Makefile.am +++ b/test/putsurface/Makefile.am @@ -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 |