vlib: add description field in plugin registration
[vpp.git] / src / vpp.am
index 425f1e3..37466c6 100644 (file)
@@ -28,7 +28,9 @@ bin_vpp_SOURCES +=                            \
 if WITH_APICLI
   bin_vpp_SOURCES +=                           \
   vpp/api/api_format.c                         \
-  vpp/api/api_main.c
+  vpp/api/api_main.c                           \
+  vpp/api/plugin.c                             \
+  vpp/api/plugin.h
 endif
 
 # comment out to disable stats upload to gmond
@@ -78,6 +80,8 @@ bin_vpp_LDADD = \
   libvppinfra.la \
   -lrt -lm -lpthread -ldl
 
+bin_vpp_LDFLAGS = -Wl,--export-dynamic
+
 if ENABLE_TESTS
 noinst_PROGRAMS += bin/test_client
 
@@ -128,4 +132,6 @@ bin_vpp_get_metrics_LDADD = \
   libvppinfra.la \
   -lpthread -lm -lrt
 
+CLEANFILES += vpp/app/version.h
+
 # vi:syntax=automake