summaryrefslogtreecommitdiff
path: root/libmailutils/tests/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-11-29 23:21:19 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-11-30 00:13:51 +0200
commitcfd3a6fe7f841d9992c521fbd8a6b6b1c048f413 (patch)
tree438d107da146dab28e6b6b5dbb6f5d187bfbe303 /libmailutils/tests/Makefile.am
parent5ccef4cfd1eb3252430f04fa8418268a93ff8b08 (diff)
downloadmailutils-cfd3a6fe7f841d9992c521fbd8a6b6b1c048f413.tar.gz
mailutils-cfd3a6fe7f841d9992c521fbd8a6b6b1c048f413.tar.bz2
Revise LIBADD settings
Avoid contaminating *LIBADD with external libraries deduced by configure, as these may contain library path specifications (-L*) which drive some operating systems (vide: FreeBSD) crazy. This has an undesired side effect that the *LDADD statements of the tools that depend on these librarise must be autgmented accordingly.
Diffstat (limited to 'libmailutils/tests/Makefile.am')
-rw-r--r--libmailutils/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmailutils/tests/Makefile.am b/libmailutils/tests/Makefile.am
index a933152f6..2163a376f 100644
--- a/libmailutils/tests/Makefile.am
+++ b/libmailutils/tests/Makefile.am
@@ -76,7 +76,7 @@ linetrack_LDADD = libmu_tesh.la $(LDADD)
listop_LDADD = libmu_tesh.la $(LDADD)
-LDADD = ${MU_LIB_MAILUTILS}
+LDADD = ${MU_LIB_MAILUTILS} $(MU_COMMON_LIBRARIES)
EXTRA_DIST += Encode Decode Wicketfile

Return to:

Send suggestions and report system problems to the System administrator.