summaryrefslogtreecommitdiff
path: root/source4/ntptr/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntptr/SConscript')
-rw-r--r--source4/ntptr/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntptr/SConscript b/source4/ntptr/SConscript
index 9660bd502b..ea044ba0b8 100644
--- a/source4/ntptr/SConscript
+++ b/source4/ntptr/SConscript
@@ -1,5 +1,5 @@
Import('hostenv')
-hostenv.StaticLibrary('ntptr_simple_ldb',
+hostenv.Library('ntptr_simple_ldb',
['simple_ldb/ntptr_simple_ldb.c'])
-hostenv.StaticLibrary('ntptr',
+hostenv.Library('ntptr',
['ntptr_base.c','ntptr_interface.c'])