aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Dänzer <daenzer@vmware.com>2010-04-28 08:25:30 +0200
committerMichel Dänzer <michel@daenzer.net>2010-04-28 15:27:35 +0200
commit6293152eb065016a2e5e4fcd047c2db5c2fb0f36 (patch)
tree74e289fd9178a12a156ad6fd19b8191fc38fbdf2
parentc42d1a10e37cc2ff378511a058b89a6f8eddf1c0 (diff)
vbltest: Doesn't need intel stuff.
Fixes build without libdrm_intel.
-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 @@
AM_CFLAGS = \
-I$(top_srcdir)/include/drm \
- -I$(top_srcdir)/intel/ \
-I$(top_srcdir)
noinst_PROGRAMS = \
@@ -9,5 +8,4 @@ noinst_PROGRAMS = \
vbltest_SOURCES = \
vbltest.c
vbltest_LDADD = \
- $(top_builddir)/libdrm.la \
- $(top_builddir)/intel/libdrm_intel.la
+ $(top_builddir)/libdrm.la