summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 76e66b97dc..8ee9380227 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -150,11 +150,11 @@ thirdparty_libadd += $(LTLIBRT)
endif
if ENABLE_FIPS140
-thirdparty_libadd += $(FIPS140_LIBS)
+thirdparty_libadd += $(FIPS140_LIBS) $(LTLIBDL)
endif
if ENABLE_TROUSERS
-thirdparty_libadd += $(LIBDL)
+thirdparty_libadd += $(LTLIBDL)
endif
if ENABLE_OPENPGP