From 1faab66cfd1a854925da6ff7109aa614292dea90 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 7 Apr 2009 09:26:32 +1000 Subject: drm: fix test makefile no idea if this is correct but it works so meh --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3