aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2017-12-31 04:20:35 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-01-15 23:44:23 +0300
commitcd793bfd9667e25db7cb1dbd9c276374e0ee879b (patch)
tree3043457849757efb8a623a363735ef6db676502f /example
parent09188114d855456920113c8d6889c5c1e2451d75 (diff)
example: add missing libraries to LDADD variables
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'example')
-rw-r--r--example/ipfragreass/Makefile.am2
-rw-r--r--example/ipsec/Makefile.am1
-rw-r--r--example/ipsec_api/Makefile.am3
3 files changed, 6 insertions, 0 deletions
diff --git a/example/ipfragreass/Makefile.am b/example/ipfragreass/Makefile.am
index fa7d5c8bd..b98e066f8 100644
--- a/example/ipfragreass/Makefile.am
+++ b/example/ipfragreass/Makefile.am
@@ -1,5 +1,7 @@
include $(top_srcdir)/example/Makefile.inc
+LDADD += $(ATOMIC_LIBS)
+
bin_PROGRAMS = odp_ipfragreass
odp_ipfragreass_SOURCES = odp_ipfragreass.c \
diff --git a/example/ipsec/Makefile.am b/example/ipsec/Makefile.am
index 85905ffa7..eba9b8bda 100644
--- a/example/ipsec/Makefile.am
+++ b/example/ipsec/Makefile.am
@@ -1,6 +1,7 @@
include $(top_srcdir)/example/Makefile.inc
AM_CPPFLAGS = $(OPENSSL_CPPFLAGS)
+LDADD += $(OPENSSL_LIBS)
bin_PROGRAMS = odp_ipsec
diff --git a/example/ipsec_api/Makefile.am b/example/ipsec_api/Makefile.am
index 847326fc0..14bc5dd66 100644
--- a/example/ipsec_api/Makefile.am
+++ b/example/ipsec_api/Makefile.am
@@ -1,5 +1,8 @@
include $(top_srcdir)/example/Makefile.inc
+AM_CPPFLAGS = $(OPENSSL_CPPFLAGS)
+LDADD += $(OPENSSL_LIBS)
+
bin_PROGRAMS = odp_ipsec
dist_bin_SCRIPTS = \