summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extras/strongswan/vpp_sswan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/strongswan/vpp_sswan/Makefile b/extras/strongswan/vpp_sswan/Makefile
index cb642c8669f..336ea6ad915 100644
--- a/extras/strongswan/vpp_sswan/Makefile
+++ b/extras/strongswan/vpp_sswan/Makefile
@@ -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')