aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Dänzer2010-04-28 01:25:30 -0500
committerMichel Dänzer2010-04-28 08:27:35 -0500
commit6293152eb065016a2e5e4fcd047c2db5c2fb0f36 (patch)
tree74e289fd9178a12a156ad6fd19b8191fc38fbdf2 /tests/vbltest
parentc42d1a10e37cc2ff378511a058b89a6f8eddf1c0 (diff)
downloadexternal-libgbm-6293152eb065016a2e5e4fcd047c2db5c2fb0f36.tar.gz
external-libgbm-6293152eb065016a2e5e4fcd047c2db5c2fb0f36.tar.xz
external-libgbm-6293152eb065016a2e5e4fcd047c2db5c2fb0f36.zip
vbltest: Doesn't need intel stuff.
Fixes build without libdrm_intel.
Diffstat (limited to 'tests/vbltest')
-rw-r--r--tests/vbltest/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/vbltest/Makefile.am b/tests/vbltest/Makefile.am
index 89bc8328..77f90370 100644
--- a/tests/vbltest/Makefile.am
+++ b/tests/vbltest/Makefile.am
@@ -1,6 +1,5 @@
1AM_CFLAGS = \ 1AM_CFLAGS = \
2 -I$(top_srcdir)/include/drm \ 2 -I$(top_srcdir)/include/drm \
3 -I$(top_srcdir)/intel/ \
4 -I$(top_srcdir) 3 -I$(top_srcdir)
5 4
6noinst_PROGRAMS = \ 5noinst_PROGRAMS = \
@@ -9,5 +8,4 @@ noinst_PROGRAMS = \
9vbltest_SOURCES = \ 8vbltest_SOURCES = \
10 vbltest.c 9 vbltest.c
11vbltest_LDADD = \ 10vbltest_LDADD = \
12 $(top_builddir)/libdrm.la \ 11 $(top_builddir)/libdrm.la
13 $(top_builddir)/intel/libdrm_intel.la