From 8fef29093fae2a08f8c1cb4946687bf4bb62a1ca Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 17 Feb 2011 10:47:47 +0100 Subject: modetest: Create buffers using libkms --- tests/modetest/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/modetest/Makefile.am') diff --git a/tests/modetest/Makefile.am b/tests/modetest/Makefile.am index 16f5e995..21912421 100644 --- a/tests/modetest/Makefile.am +++ b/tests/modetest/Makefile.am @@ -1,6 +1,6 @@ AM_CFLAGS = \ -I$(top_srcdir)/include/drm \ - -I$(top_srcdir)/intel/ \ + -I$(top_srcdir)/libkms/ \ -I$(top_srcdir) \ $(CAIRO_CFLAGS) @@ -11,5 +11,5 @@ modetest_SOURCES = \ modetest.c modetest_LDADD = \ $(top_builddir)/libdrm.la \ - $(top_builddir)/intel/libdrm_intel.la \ + $(top_builddir)/libkms/libkms.la \ $(CAIRO_LIBS) -- cgit v1.2.3