diff options
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a1106fce..d5269f94 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -39,11 +39,10 @@ libdrmtest_la_SOURCES = \ drmtest.c \ drmtest.h -libdrmtest_la_LIBADD = \ - $(top_builddir)/libdrm.la \ +LDADD += \ + libdrmtest.la \ $(LIBUDEV_LIBS) -LDADD += libdrmtest.la XFAIL_TESTS = \ auth \ |