summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-10-29 16:17:41 +0000
committerThomas Wood <thomas.wood@intel.com>2014-10-29 16:27:59 +0000
commitab5f7eace1857e60b6432dcabde98089380e5e74 (patch)
treef08ccf075ce5a2f3a89371e84cbce259125d6880 /lib/Makefile.am
parentad5cb25d702d7c5faada1de6f9208114a189cab1 (diff)
lib: ensure the library is built before the tests
This fixes the build problems introduced by commit 685e577 (Move library selftests to lib/tests). Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 6b1e984c..ab82302c 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,7 +1,7 @@
IGT_LIB_PATH := $(builddir)
GPU_TOOLS_PATH := $(top_srcdir)
-SUBDIRS = tests
+SUBDIRS = . tests
include Makefile.sources