examples/ip_pipeline: add pipeline object
[dpdk.git] / examples / ip_pipeline / Makefile
index d9c8d86..033319d 100644 (file)
@@ -13,6 +13,7 @@ SRCS-y += link.c
 SRCS-y += main.c
 SRCS-y += mempool.c
 SRCS-y += parser.c
+SRCS-y += pipeline.c
 SRCS-y += swq.c
 SRCS-y += tap.c
 SRCS-y += tmgr.c