examples/ip_pipeline: add tap object
[dpdk.git] / examples / ip_pipeline / Makefile
index fca28c5..0f6bb78 100644 (file)
@@ -7,9 +7,13 @@ APP = ip_pipeline
 # all source are stored in SRCS-y
 SRCS-y := cli.c
 SRCS-y += conn.c
+SRCS-y += link.c
 SRCS-y += main.c
 SRCS-y += mempool.c
 SRCS-y += parser.c
+SRCS-y += swq.c
+SRCS-y += tap.c
+SRCS-y += tmgr.c
 #SRCS-y += thread.c
 
 # Build using pkg-config variables if possible