Skip to content

Commit

Permalink
test: ipsec: fix link order
Browse files Browse the repository at this point in the history
In LDADD a library using another library, must become before that
library. An application library uses ODP, so it must become before
ODP library.

Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org>
Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>
Reviewed-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
  • Loading branch information
Petri Savolainen authored and muvarov committed May 10, 2018
1 parent 332877d commit cc6d68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validation/api/ipsec/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ ipsec_async_SOURCES = ipsec_async.c
ipsec_inline_in_SOURCES = ipsec_inline_in.c
ipsec_inline_out_SOURCES = ipsec_inline_out.c

LDADD += libtestipsec.la
PRELDADD += libtestipsec.la

0 comments on commit cc6d68e

Please sign in to comment.