projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c42d1a1
)
vbltest: Doesn't need intel stuff.
author
Michel Dänzer
<daenzer@vmware.com>
Wed, 28 Apr 2010 06:25:30 +0000
(08:25 +0200)
committer
Michel 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
patch
|
blob
|
history
diff --git
a/tests/vbltest/Makefile.am
b/tests/vbltest/Makefile.am
index 89bc83288159aadd9fc0a80e1b2962feb0f43e00..77f903709fce77b48d47752e424ccdf1969fa0dd 100644
(file)
--- 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