]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/Makefile
examples/ip_pipeline: add link object
[dpdk.git] / examples / ip_pipeline / Makefile
index fca28c519738dfeed0b430b9d509f286233557ef..3dab932b1b7e1bbd39ee232ad92fe857733b3f09 100644 (file)
@@ -7,6 +7,7 @@ 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