From db004badef9315ba6a5f165d0974dd5afd5a6178 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 20 Jul 2012 16:37:00 +0200 Subject: modeset: Split buffer allocation to a separate file As the modeset test application is often referred to as an example of the KMS API usage, move test pattern generation and buffer allocation to a separate file to keep it simple and clear. Signed-off-by: Laurent Pinchart --- tests/modetest/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/modetest/Makefile.am') diff --git a/tests/modetest/Makefile.am b/tests/modetest/Makefile.am index 21912421..35754a28 100644 --- a/tests/modetest/Makefile.am +++ b/tests/modetest/Makefile.am @@ -8,7 +8,7 @@ noinst_PROGRAMS = \ modetest modetest_SOURCES = \ - modetest.c + buffers.c modetest.c modetest_LDADD = \ $(top_builddir)/libdrm.la \ $(top_builddir)/libkms/libkms.la \ -- cgit v1.2.3