summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modetest/Makefile.am')
-rw-r--r--tests/modetest/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/modetest/Makefile.am b/tests/modetest/Makefile.am
index 25ce372f..4b296c83 100644
--- a/tests/modetest/Makefile.am
+++ b/tests/modetest/Makefile.am
@@ -3,6 +3,7 @@ include Makefile.sources
3AM_CFLAGS = $(filter-out -Wpointer-arith, $(WARN_CFLAGS)) 3AM_CFLAGS = $(filter-out -Wpointer-arith, $(WARN_CFLAGS))
4 4
5AM_CFLAGS += \ 5AM_CFLAGS += \
6 -pthread \
6 -I$(top_srcdir)/include/drm \ 7 -I$(top_srcdir)/include/drm \
7 -I$(top_srcdir)/tests \ 8 -I$(top_srcdir)/tests \
8 -I$(top_srcdir) 9 -I$(top_srcdir)
@@ -20,7 +21,4 @@ modetest_SOURCES = $(MODETEST_FILES)
20modetest_LDADD = \ 21modetest_LDADD = \
21 $(top_builddir)/libdrm.la \ 22 $(top_builddir)/libdrm.la \
22 $(top_builddir)/tests/util/libutil.la \ 23 $(top_builddir)/tests/util/libutil.la \
23 $(CAIRO_LIBS) \ 24 $(CAIRO_LIBS)
24 -lpthread
25
26EXTRA_DIST = Android.mk