aboutsummaryrefslogtreecommitdiff
path: root/example/m4
diff options
context:
space:
mode:
authorBill Fischofer <bill.fischofer@linaro.org>2015-11-17 18:16:39 -0600
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-04 13:24:49 +0300
commitecb0ab65b6b4e8772405d7bc2c095ef229c18c26 (patch)
treedf915bc1abcbc8d404cf96df6432739dc8002180 /example/m4
parent2f3f19e0069fc85fbeef7164e5dcb1b0e5c61c29 (diff)
example: tm: traffic manager example
This commit includes all of the changes to build the traffic_mgr example application. Signed-off-by: Barry Spinney <spinney@ezchip.com> Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'example/m4')
-rw-r--r--example/m4/configure.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/example/m4/configure.m4 b/example/m4/configure.m4
index 1710a31b8..74869ffa7 100644
--- a/example/m4/configure.m4
+++ b/example/m4/configure.m4
@@ -5,4 +5,5 @@ AC_CONFIG_FILES([example/classifier/Makefile
example/packet/Makefile
example/time/Makefile
example/timer/Makefile
+ example/traffic_mgmt/Makefile
example/l2fwd_simple/Makefile])