summaryrefslogtreecommitdiff
path: root/source4/ntptr/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntptr/config.mk')
-rw-r--r--source4/ntptr/config.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/source4/ntptr/config.mk b/source4/ntptr/config.mk
index 37150211fc..dace20704a 100644
--- a/source4/ntptr/config.mk
+++ b/source4/ntptr/config.mk
@@ -5,7 +5,7 @@
[MODULE::ntptr_simple_ldb]
INIT_FUNCTION = ntptr_simple_ldb_init
SUBSYSTEM = NTPTR
-INIT_OBJ_FILES = \
+OBJ_FILES = \
simple_ldb/ntptr_simple_ldb.o
REQUIRED_SUBSYSTEMS = \
LIBLDB
@@ -16,9 +16,8 @@ REQUIRED_SUBSYSTEMS = \
# Start SUBSYSTEM NTPTR
[SUBSYSTEM::NTPTR]
INIT_FUNCTION = ntptr_init
-INIT_OBJ_FILES = \
- ntptr_base.o
-ADD_OBJ_FILES = \
+OBJ_FILES = \
+ ntptr_base.o \
ntptr_interface.o
#
# End SUBSYSTEM NTPTR