From: Dave Airlie Date: Mon, 6 Apr 2009 23:26:32 +0000 (+1000) Subject: drm: fix test makefile X-Git-Tag: libdrm-2.4.7~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1faab66cfd1a854925da6ff7109aa614292dea90;p=platform%2Fupstream%2Flibdrm.git drm: fix test makefile no idea if this is correct but it works so meh --- diff --git a/tests/Makefile.am b/tests/Makefile.am index bc99447..e5e9fc4 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