STATS: stat_client updates.
[vpp.git] / src / vpp.am
index 0e9ddb0..60be623 100644 (file)
@@ -11,7 +11,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-bin_PROGRAMS += bin/vpp
+bin_PROGRAMS += bin/vpp 
 
 bin_vpp_SOURCES =                              \
   vpp/vnet/main.c                              \
@@ -19,7 +19,8 @@ bin_vpp_SOURCES =                             \
   vpp/app/version.c                            \
   vpp/oam/oam.c                                        \
   vpp/oam/oam_api.c                            \
-  vpp/stats/stats.c
+  vpp/stats/stats.c                            \
+  vpp/stats/stat_segment.c
 
 bin_vpp_SOURCES +=                             \
   vpp/api/api.c                                        \
@@ -130,6 +131,31 @@ bin_summary_stats_client_LDADD = \
    libvppinfra.la \
    -lpthread -lm -lrt
 
+bin_PROGRAMS += bin/vpp_get_stats
+
+bin_vpp_get_stats_SOURCES = \
+  vpp/app/vpp_get_stats.c
+
+bin_vpp_get_stats_LDADD =                              \
+  libvppapiclient.la                           \
+  libvlibmemoryclient.la                       \
+  libsvm.la                                    \
+  libvppinfra.la                               \
+  -lpthread -lm -lrt
+
+bin_PROGRAMS += bin/vpp_prometheus_export
+
+bin_vpp_prometheus_export_SOURCES = \
+  vpp/app/vpp_prometheus_export.c
+
+bin_vpp_prometheus_export_LDADD =                              \
+  libvppapiclient.la                           \
+  libvlibmemoryclient.la                       \
+  libsvm.la                                    \
+  libvppinfra.la                               \
+  -lpthread -lm -lrt
+
+
 bin_PROGRAMS += bin/vpp_get_metrics
 
 bin_vpp_get_metrics_SOURCES = \