aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2009-11-17 09:46:39 -0500
committerKristian Høgsberg <krh@bitplanet.net>2009-11-17 10:54:11 -0500
commita66cf9ce68bdf9bd887f91a38ced4b59c129b3c7 (patch)
treed7de6cf38dc916535b0a922c6356029fe23e61b4 /tests
parentba79b1a8c2ea354c89371b5e34e0077f6ecaaa63 (diff)
Use headers copied from kernel instead of shared-core
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)