summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/modeprint/Makefile.am2
-rw-r--r--tests/modetest/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index af44d6a3..551589f8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,7 @@
NULL:=#
AM_CPPFLAGS = \
- -I $(top_srcdir)/shared-core \
+ -I $(top_srcdir)/include/drm \
-I $(top_srcdir)/libdrm
LDADD = $(top_builddir)/libdrm/libdrm.la
diff --git a/tests/modeprint/Makefile.am b/tests/modeprint/Makefile.am
index 77f8ec78..64f2f603 100644
--- a/tests/modeprint/Makefile.am
+++ b/tests/modeprint/Makefile.am
@@ -1,5 +1,5 @@
AM_CFLAGS = \
- -I$(top_srcdir)/shared-core \
+ -I$(top_srcdir)/include/drm \
-I$(top_srcdir)/libdrm/intel/ \
-I$(top_srcdir)/libdrm
diff --git a/tests/modetest/Makefile.am b/tests/modetest/Makefile.am
index 860fe064..0fd59f1d 100644
--- a/tests/modetest/Makefile.am
+++ b/tests/modetest/Makefile.am
@@ -1,5 +1,5 @@
AM_CFLAGS = \
- -I$(top_srcdir)/shared-core \
+ -I$(top_srcdir)/include/drm \
-I$(top_srcdir)/libdrm/intel/ \
-I$(top_srcdir)/libdrm \
$(CAIRO_CFLAGS)