X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvnet%2FCMakeLists.txt;h=eb59ab07108cebfba475b2ab709703b561bbc9ce;hb=f539578bac8b64886b57c460c9d74273e6613f8b;hp=d14d5aba5f65af4e98b54821e47aa05aad851d00;hpb=162330f25aeec09694fffaaa31ba9b318620eb9c;p=vpp.git diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index d14d5aba5f6..eb59ab07108 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -576,12 +576,15 @@ list(APPEND VNET_SOURCES crypto/cli.c crypto/crypto.c crypto/format.c + crypto/node.c ) list(APPEND VNET_HEADERS crypto/crypto.h ) +list(APPEND VNET_MULTIARCH_SOURCES crypto/node.c) + ############################################################################## # Layer 3 protocol: IPSec ##############################################################################