aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2015-06-26 12:24:35 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-06-30 17:47:59 +0300
commit036cfb6bd4edaca70469d0b3383b84811912ab94 (patch)
tree207515742fa401b9b686533f75194e5a88f6436b /configure.ac
parenta5c111cb895474fca0494de6ed5e1eef851ae1cc (diff)
validation: creating own dir and lib for packet
Module packet now gets its own directory and create its own lib (currentely only containing its executable) 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 4ca0335..77a4a53 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/init/Makefile
+ test/validation/packet/Makefile
test/validation/pktio/Makefile
test/validation/pool/Makefile
test/validation/queue/Makefile