diff options
author | Neale Ranns <neale.ranns@cisco.com> | 2017-11-09 00:03:08 -0800 |
---|---|---|
committer | Chris Luke <chris_luke@comcast.com> | 2017-11-09 12:21:53 +0000 |
commit | c36ee5ffd99e7ed688566293251317771c174d51 (patch) | |
tree | 5857a9f1b6990a80d5358aa01f1cbbf7741fdea3 /test/ext | |
parent | c3a2a2f93017e5422272d6b5c2586708c582b075 (diff) |
Remove boost-log link dependency from test/ext/Makefile
Change-Id: I388526c31c75e6af694b96141497c0c67d8fe310
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Diffstat (limited to 'test/ext')
-rw-r--r-- | test/ext/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ext/Makefile b/test/ext/Makefile index 445b8bbfecf..0c92c699b20 100644 --- a/test/ext/Makefile +++ b/test/ext/Makefile @@ -43,7 +43,6 @@ $(VOM_BINDIR): 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 \ |