From ec9b7b320a724e49d61375b4ad53e2c88fa30f66 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 9 Apr 2009 15:17:51 -0400 Subject: [PATCH] test: Avoid recursive dependency in makefile --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index b1dad7ec..98c106b3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -21,7 +21,7 @@ libdrmtest_la_SOURCES = \ drmtest.h libdrmtest_la_LIBADD = \ - $(LDADD) \ + $(top_builddir)/libdrm/libdrm.la \ $(LIBUDEV_LIBS) LDADD += libdrmtest.la -- 2.11.0