diff options
author | Dave Airlie <airlied@linux.ie> | 2009-04-07 09:26:32 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2009-04-07 09:26:32 +1000 |
commit | 1faab66cfd1a854925da6ff7109aa614292dea90 (patch) | |
tree | eace35d80a54554ede15a3f056486c7078db6f1c | |
parent | 751db3fe27d5e51925c28ceecadb828784d46028 (diff) |
drm: fix test makefile
no idea if this is correct but it works so meh
-rw-r--r-- | tests/Makefile.am | 2 |
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 |