aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2015-06-22 16:28:30 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-06-30 16:36:36 +0300
commit277a2a165e6ff90dfe02e7d9eaa8fd6c148f28e6 (patch)
tree651eb7af1b248d5d1a2d63658ee83d3c60a06ebf /configure.ac
parent001afd3b029099d19ccaf879e3b86d8f8840cd48 (diff)
validation: creating own dir and lib for system
Module system now gets its own directory and create its own lib (currentely only containing its executable) Note that module system, at this time, only contains time functionality. Signed-off-by: Christophe Milard <christophe.milard@linaro.org> Reviewed-by: Stuart Haslam <stuart.haslam@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 568c9cd3e..04b41f807 100644
--- a/configure.ac
+++ b/configure.ac
@@ -307,6 +307,7 @@ AC_CONFIG_FILES([Makefile
test/validation/common/Makefile
test/validation/crypto/Makefile
test/validation/pktio/Makefile
+ test/validation/system/Makefile
test/miscellaneous/Makefile
])