summaryrefslogtreecommitdiff
path: root/source4/lib/tls/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/tls/SConscript')
-rw-r--r--source4/lib/tls/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tls/SConscript b/source4/lib/tls/SConscript
index 941955e9e3..452eaeeddc 100644
--- a/source4/lib/tls/SConscript
+++ b/source4/lib/tls/SConscript
@@ -1,5 +1,5 @@
Import('hostenv')
-hostenv.StaticLibrary('tls', ['tls.c', 'tlscert.c'])
+hostenv.Library('tls', ['tls.c', 'tlscert.c'])
if hostenv['configure']:
conf = hostenv.Configure()