dpdk: fix return variable size
[vpp.git] / src / vcl / CMakeLists.txt
index 9fead60..2578a37 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2018 Cisco and/or its affiliates.
+# Copyright (c) 2018-2019 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -20,6 +20,7 @@ add_vpp_library(vppcom
   vcl_bapi.c
   vcl_cfg.c
   vcl_private.c
+  vcl_locked.c
 
   LINK_LIBRARIES
   vppinfra svm vlibmemoryclient rt pthread
@@ -43,8 +44,8 @@ add_vpp_headers(vcl
   ldp_glibc_socket.h
   vcl_test.h
   vppcom.h
+  vcl_locked.h
   ldp_socket_wrapper.h
-  sock_test_common.h
 )
 
 ##############################################################################