aboutsummaryrefslogtreecommitdiff
path: root/test/validation/api/hash
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2018-01-03 04:42:54 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-01-15 23:44:37 +0300
commit76b9155ed01abcd3287b659d35b9217f77b81cc2 (patch)
tree641fe049b30563ce5c05bc8455be4ff48d495bec /test/validation/api/hash
parentd59a6b8a1b049ab3e978accbd420eb25993a5997 (diff)
validation: stop overriding LDADD variable
LDADD variable can be used to pass other libraries (like DPDK). Stop overriding LDADD entirely. Instead use PRELDADD variable or appending to LDADD. 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 'test/validation/api/hash')
-rw-r--r--test/validation/api/hash/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/validation/api/hash/Makefile.am b/test/validation/api/hash/Makefile.am
index bd098ffb6..8f0057782 100644
--- a/test/validation/api/hash/Makefile.am
+++ b/test/validation/api/hash/Makefile.am
@@ -2,4 +2,3 @@ include ../Makefile.inc
test_PROGRAMS = hash_main
hash_main_SOURCES = hash_main.c hash.c hash.h
-hash_main_LDADD = $(LIBCUNIT_COMMON) $(LIBODP)