Add statistics ring buffer analyze tool
[platform/upstream/connman.git] / Makefile.am
index 36cd664..cb377ca 100644 (file)
@@ -67,7 +67,7 @@ src_connmand_SOURCES = $(gdbus_sources) $(gdhcp_sources) $(gresolv_sources) \
                        src/wifi.c src/storage.c src/dbus.c src/config.c \
                        src/technology.c src/counter.c src/location.c \
                        src/session.c src/tethering.c src/ondemand.c \
-                       src/wpad.c
+                       src/wpad.c src/stats.c
 
 if UDEV
 src_connmand_SOURCES += src/udev.c
@@ -133,7 +133,8 @@ if TOOLS
 noinst_PROGRAMS += tools/wifi-scan tools/supplicant-test tools/dhcp-test \
                        tools/addr-test tools/web-test tools/resolv-test \
                        tools/dbus-test tools/polkit-test tools/portal-test \
-                       tools/iptables-test tools/tap-test tools/wpad-test
+                       tools/iptables-test tools/tap-test tools/wpad-test \
+                       tools/stats-ringbuffer-dump
 
 tools_wifi_scan_LDADD = @GLIB_LIBS@ @NETLINK_LIBS@