diff options
Diffstat (limited to 'tests')
-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 |