vpp-swan: fix linked library to plugin
Due to refactor keeping api common code in vlibapi, changes order linked library to this plugin. Type: fix Signed-off-by: Gabriel Oginski <gabrielx.oginski@intel.com> Change-Id: Id94c0b78cbce4954d34a82123506a76370b12b23
This commit is contained in:

committed by
Dave Wallace

parent
65d25b4b16
commit
ce62d6f01c
@ -32,9 +32,9 @@ CFLAGS_I=-include $(CONFIGH) \
|
||||
|
||||
LDFLAGS= -lvppinfra \
|
||||
-lvlibmemoryclient \
|
||||
-lvppapiclient \
|
||||
-lvlibapi \
|
||||
-lsvm \
|
||||
-lvlib
|
||||
-lvppapiclient
|
||||
|
||||
VERSION_VPP=$(shell (dpkg -s vpp | grep Version) | grep -Po '(?<=Version: )\d\d.\d\d')
|
||||
|
||||
|
Reference in New Issue
Block a user