summaryrefslogtreecommitdiff
path: root/tests/modetest/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modetest/Makefile.am')
-rw-r--r--tests/modetest/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/modetest/Makefile.am b/tests/modetest/Makefile.am
index 0a6af01e..8fc924a3 100644
--- a/tests/modetest/Makefile.am
+++ b/tests/modetest/Makefile.am
@@ -19,7 +19,8 @@ modetest_SOURCES = $(MODETEST_FILES)
modetest_LDADD = \
$(top_builddir)/libdrm.la \
- $(top_builddir)/libkms/libkms.la
+ $(top_builddir)/libkms/libkms.la \
+ -lpthread
if HAVE_CAIRO
AM_CFLAGS += $(CAIRO_CFLAGS)