commit | c36ee5ffd99e7ed688566293251317771c174d51 | [log] [tgz] |
---|---|---|
author | Neale Ranns <neale.ranns@cisco.com> | Thu Nov 09 00:03:08 2017 -0800 |
committer | Chris Luke <chris_luke@comcast.com> | Thu Nov 09 12:21:53 2017 +0000 |
tree | 5857a9f1b6990a80d5358aa01f1cbbf7741fdea3 | |
parent | c3a2a2f93017e5422272d6b5c2586708c582b075 [diff] |
Remove boost-log link dependency from test/ext/Makefile Change-Id: I388526c31c75e6af694b96141497c0c67d8fe310 Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
diff --git a/test/ext/Makefile b/test/ext/Makefile index 445b8bb..0c92c69 100644 --- a/test/ext/Makefile +++ b/test/ext/Makefile
@@ -43,7 +43,6 @@ LIB_VOM = $(VPP_TEST_BUILD_DIR)/vpp/vpp-api/vom/.libs/libvom.so VOM_LIBS = $(LIB_VOM) \ - -lboost_log \ -lboost_thread \ -lboost_system \ -lboost_filesystem \