summaryrefslogtreecommitdiffstats
path: root/zebra/subdir.am
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/subdir.am')
-rw-r--r--zebra/subdir.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/subdir.am b/zebra/subdir.am
index 89836f3ba..a926c14ad 100644
--- a/zebra/subdir.am
+++ b/zebra/subdir.am
@@ -268,3 +268,5 @@ endif
zebra_zebra_dplane_dpdk_la_SOURCES = zebra/dpdk/zebra_dplane_dpdk.c zebra/dpdk/zebra_dplane_dpdk_vty.c
zebra_zebra_dplane_dpdk_la_LDFLAGS = -avoid-version -module -shared -export-dynamic -L/usr/local/lib -v
+zebra_zebra_dplane_dpdk_la_CFLAGS = $(DPDK_CFLAGS)
+zebra_zebra_dplane_dpdk_la_LIBADD = $(DPDK_LIBS)