vppapigen: Fix missing api dir
[vpp.git] / src / tools / vppapigen / generate_json.py
index 4be4f69..288e519 100755 (executable)
@@ -31,6 +31,7 @@ output_dir_map = {
     'plugins': 'plugins',
     'vlibmemory': 'core',
     'vnet': 'core',
+    'vlib': 'core',
     'vpp': 'core',
 }