aboutsummaryrefslogtreecommitdiff
path: root/example/l2fwd_simple/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'example/l2fwd_simple/Makefile.am')
-rw-r--r--example/l2fwd_simple/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/l2fwd_simple/Makefile.am b/example/l2fwd_simple/Makefile.am
index f082335ef..7a6d1f68c 100644
--- a/example/l2fwd_simple/Makefile.am
+++ b/example/l2fwd_simple/Makefile.am
@@ -5,7 +5,7 @@ bin_PROGRAMS = odp_l2fwd_simple
odp_l2fwd_simple_SOURCES = odp_l2fwd_simple.c
if test_example
-if HAVE_PCAP
+if HAVE_PMD_PCAP
TESTS = l2fwd_simple_run.sh
endif
endif