aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/Makefile.am')
-rw-r--r--platform/linux-generic/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am
index b730a92e6..6fb0fb32f 100644
--- a/platform/linux-generic/Makefile.am
+++ b/platform/linux-generic/Makefile.am
@@ -113,6 +113,8 @@ noinst_HEADERS = \
include/odp_packet_io_ring_internal.h \
include/odp_packet_socket.h \
include/odp_socket_common.h \
+ include/odp_packet_io_stats_common.h \
+ include/odp_packet_io_stats.h \
include/odp_sysfs_stats.h \
include/odp_ethtool_stats.h \
include/odp_ethtool_rss.h \
@@ -204,6 +206,7 @@ __LIB__libodp_linux_la_SOURCES = \
odp_weak.c \
pktio/stats/ethtool_stats.c \
pktio/stats/sysfs_stats.c \
+ pktio/stats/packet_io_stats.c \
pktio/dpdk.c \
pktio/dpdk_parse.c \
pktio/socket_common.c \