Enable compilation of the ipsec_offload example.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
---
example/ipsec_offload/Makefile.am | 1 +
example/m4/configure.m4 | 1 +
2 files changed, 2 insertions(+)
diff --git a/example/ipsec_offload/Makefile.am
b/example/ipsec_offload/Makefile.am
index ec660301..a61b9233 100644
--- a/example/ipsec_offload/Makefile.am
+++ b/example/ipsec_offload/Makefile.am
@@ -1,5 +1,6 @@
include $(top_srcdir)/example/Makefile.inc
+bin_PROGRAMS = odp_ipsec_offload$(EXEEXT)
odp_ipsec_offload_LDFLAGS = $(AM_LDFLAGS) -static
odp_ipsec_offload_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example
diff --git a/example/m4/configure.m4 b/example/m4/configure.m4
index 620db04f..03c006a5 100644
--- a/example/m4/configure.m4
+++ b/example/m4/configure.m4
@@ -14,6 +14,7 @@ AC_CONFIG_FILES([example/classifier/Makefile
example/generator/Makefile
example/hello/Makefile
example/ipsec/Makefile
+ example/ipsec_offload/Makefile
example/l2fwd_simple/Makefile
example/l3fwd/Makefile
example/packet/Makefile
--
2.11.0