diff options
author | Kristian Høgsberg <krh@redhat.com> | 2009-04-09 15:17:51 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-04-09 15:17:51 -0400 |
commit | ec9b7b320a724e49d61375b4ad53e2c88fa30f66 (patch) | |
tree | db7b80b0a18ebf6ab08ed3f55c5131047a031e50 /tests | |
parent | a85e07b9031c819f3cdf54b66c90ac0c450e3e75 (diff) |
test: Avoid recursive dependency in makefile
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |