aboutsummaryrefslogtreecommitdiffstats
path: root/build-data
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2016-11-25 12:54:04 +0000
committerDamjan Marion <dmarion.lists@gmail.com>2016-12-06 13:54:11 +0000
commitbeb1a8db496e87cb70b8fe39e5167c5c0ccde8d8 (patch)
treed0c534616019428e926885362082a47bc149ef0d /build-data
parent0bd0b7ff61ba56799aa84cee917c54bcdc0d054a (diff)
Add "vpp-api-install" to plugins_configure_depend in build-data/packages/plugins.mk
As per Ole Troan mail https://lists.fd.io/pipermail/vpp-dev/2016-November/003296.html (message id <D3FB63FB-D144-4CBA-B4AB-CDE46B83D838@cisco.com>): Change-Id: I7f9d13c079505257bc8b37eecd8318cd360a56c3 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'build-data')
-rw-r--r--build-data/packages/plugins.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-data/packages/plugins.mk b/build-data/packages/plugins.mk
index 53040194..44a8e2bd 100644
--- a/build-data/packages/plugins.mk
+++ b/build-data/packages/plugins.mk
@@ -3,7 +3,8 @@ plugins_configure_depend = \
vlib-api-install \
vpp-api-test-install \
vnet-install \
- vlib-install
+ vlib-install \
+ vpp-api-install
plugins_CPPFLAGS = $(call installed_includes_fn, \
vppinfra \