examples/ip_pipeline: add mempool object
[dpdk.git] / examples / ip_pipeline / Makefile
index 0c5b6b1..fca28c5 100644 (file)
@@ -8,6 +8,7 @@ APP = ip_pipeline
 SRCS-y := cli.c
 SRCS-y += conn.c
 SRCS-y += main.c
+SRCS-y += mempool.c
 SRCS-y += parser.c
 #SRCS-y += thread.c