aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2009-04-07 09:26:32 +1000
committerDave Airlie <airlied@linux.ie>2009-04-07 09:26:32 +1000
commit1faab66cfd1a854925da6ff7109aa614292dea90 (patch)
treeeace35d80a54554ede15a3f056486c7078db6f1c /tests
parent751db3fe27d5e51925c28ceecadb828784d46028 (diff)
drm: fix test makefile
no idea if this is correct but it works so meh
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index bc994475..e5e9fc41 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,6 +2,8 @@ AM_CFLAGS = \
-I $(top_srcdir)/shared-core \
-I $(top_srcdir)/libdrm
+AM_LDFLAGS = $(top_builddir)/libdrm/libdrm.la
+
noinst_PROGRAMS = \
dristat \
drmstat