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 89bc83288159aadd9fc0a80e1b2962feb0f43e00..77f903709fce77b48d47752e424ccdf1969fa0dd 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