summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/kmstest/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/kmstest/Makefile.am b/tests/kmstest/Makefile.am
index 100662e4..ced541b7 100644
--- a/tests/kmstest/Makefile.am
+++ b/tests/kmstest/Makefile.am
@@ -17,9 +17,9 @@ kmstest_SOURCES = \
main.c
kmstest_LDADD = \
- $(top_builddir)/libdrm.la \
+ $(top_builddir)/tests/util/libutil.la \
$(top_builddir)/libkms/libkms.la \
- $(top_builddir)/tests/util/libutil.la
+ $(top_builddir)/libdrm.la
run: kmstest
./kmstest