X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=641707ed122d7930cdc56d98fa1aba9acdffd1b2;hb=68b0fb0c620c7451ef1a6380c43c39de6614db51;hp=a0e62dbdb5cea316c894776fb33356ec74990e9d;hpb=6ca42d333b247eaee4995a7f779a43759a81909e;p=vpp.git diff --git a/src/Makefile.am b/src/Makefile.am index a0e62dbdb5c..641707ed122 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -49,7 +49,7 @@ else DPDK_LD_FLAGS = -Wl,--whole-archive,-l:libdpdk.a,--no-whole-archive,-lm,-ldl endif if WITH_DPDK_CRYPTO_SW -DPDK_LD_ADD = -lIPSec_MB +DPDK_LD_ADD = -lIPSec_MB -lisal_crypto endif if WITH_DPDK_MLX5_PMD DPDK_LD_FLAGS += -libverbs -lmlx5 -lnuma @@ -88,6 +88,7 @@ include vlib-api.am include vnet.am include vpp.am include vpp-api-test.am +include uri.am SUBDIRS += plugins