From 048a4e5a000017d0d632ebf02dcc23d9bf9ccf72 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Fri, 1 Jun 2018 18:52:25 -0400 Subject: export counters in a memfd segment also export per-node error counters directory entries implement object types Change-Id: I8ce8e0a754e1be9de895c44ed9be6533b4ecef0f Signed-off-by: Dave Barach --- src/vlib.am | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/vlib.am') diff --git a/src/vlib.am b/src/vlib.am index b1e6bbe844a..8756f9b74c8 100644 --- a/src/vlib.am +++ b/src/vlib.am @@ -87,13 +87,4 @@ nobase_include_HEADERS += \ vlib/unix/plugin.h \ vlib/unix/unix.h -noinst_PROGRAMS += vlib_unix - -vlib_unix_SOURCES = \ - examples/vlib/main_stub.c \ - examples/vlib/mc_test.c - -vlib_unix_LDADD = libvlib.la \ - libvppinfra.la -lpthread -lm -ldl -lrt - # vi:syntax=automake -- cgit 1.2.3-korg