Link the vpp application against libvnet.so, not libvnet.a
[vpp.git] / vpp / Makefile.am
index 0f2cf83..15f8d12 100644 (file)
@@ -64,12 +64,10 @@ app/version.h:
 
 vpp_LDADD = -lvlibapi -lvlibmemory  -lvlib_unix -lvlib
 
-vpp_LDADD += -l:libvnet.a
+vpp_LDADD += -lvnet
 
 vpp_LDADD += -lsvm -lsvmdb -lrt
 
-vpp_LDADD += -lvnetplugin
-
 if WITH_DPDK
 vpp_LDADD += -l:libdpdk.a
 endif