summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2013-11-12 12:46:10 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2013-11-27 11:41:42 +0100
commit21d4cd5acdc6dc88b339724f484cec1521c8be46 (patch)
tree8fa5c75bacade8a98de2541e2906abff8df8c5e5 /lib/Makefile.am
parentf965513341aa5fc5c40c8711cfea3d3fe9dfe5d0 (diff)
downloadgnutls-21d4cd5acdc6dc88b339724f484cec1521c8be46.tar.gz
Updated FIPS140 initialization and added a self test for it.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 62deb9b6df..f851f4af28 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -132,6 +132,10 @@ if NEEDS_LIBRT
thirdparty_libadd += $(LTLIBRT)
endif
+if ENABLE_FIPS140
+thirdparty_libadd += $(FIPS140_LIBS)
+endif
+
if ENABLE_OPENPGP
libgnutls_la_LIBADD += openpgp/libgnutls_openpgp.la
libgnutls_la_LIBADD += opencdk/libminiopencdk.la