vpp-swan: fix linked library to plugin
[vpp.git] / extras / strongswan / vpp_sswan / Makefile
index cb642c8..336ea6a 100644 (file)
@@ -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')