vbltest: Doesn't need intel stuff.
authorMichel Dänzer <daenzer@vmware.com>
Wed, 28 Apr 2010 06:25:30 +0000 (08:25 +0200)
committerMichel Dänzer <michel@daenzer.net>
Wed, 28 Apr 2010 13:27:35 +0000 (15:27 +0200)
Fixes build without libdrm_intel.

tests/vbltest/Makefile.am

index 89bc832..77f9037 100644 (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