vcl: accept vcl spurious wakeup in epoll wait eventfd
[vpp.git] / src / plugins / mactime / CMakeLists.txt
index 5477674..7111f41 100644 (file)
@@ -14,6 +14,7 @@
 add_vpp_plugin(mactime
   SOURCES
   mactime.c
+  builtins.c
   node.c
 
   API_FILES
@@ -37,6 +38,5 @@ if(VPP_BUILD_MACTIME_TOP)
     svm
     vppinfra
     Threads::Threads
-    rt m dl crypto
     )
 endif()