summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-02-17 14:07:58 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-02-17 14:07:58 +0100
commit17762467850618323f59e91702e3fc0749fbceac (patch)
tree2a0e009dcc13c3abf6e8fd3404b57f2bcebfc74c
parent8fef29093fae2a08f8c1cb4946687bf4bb62a1ca (diff)
tests/modeprint: Remove needless dependency on drm_intel
-rw-r--r--tests/modeprint/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/modeprint/Makefile.am b/tests/modeprint/Makefile.am
index 2ae0fdc6..c4862acd 100644
--- a/tests/modeprint/Makefile.am
+++ b/tests/modeprint/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 = \
modeprint_SOURCES = \
modeprint.c
modeprint_LDADD = \
- $(top_builddir)/libdrm.la \
- $(top_builddir)/intel/libdrm_intel.la
+ $(top_builddir)/libdrm.la