vbltest: Doesn't need intel stuff.

Fixes build without libdrm_intel.
This commit is contained in:
Michel Dänzer 2010-04-28 08:25:30 +02:00 committed by Michel Dänzer
parent c42d1a10e3
commit 6293152eb0

View file

@ -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