diff options
Diffstat (limited to 'source4/ntptr')
-rw-r--r-- | source4/ntptr/config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/ntptr/config.mk b/source4/ntptr/config.mk index ab36d75343..cbce1d66bd 100644 --- a/source4/ntptr/config.mk +++ b/source4/ntptr/config.mk @@ -6,7 +6,7 @@ INIT_FUNCTION = ntptr_simple_ldb_init SUBSYSTEM = NTPTR INIT_OBJ_FILES = \ - ntptr/simple_ldb/ntptr_simple_ldb.o + simple_ldb/ntptr_simple_ldb.o REQUIRED_SUBSYSTEMS = \ LIBLDB # End MODULE ntptr_simple_ldb @@ -16,9 +16,9 @@ REQUIRED_SUBSYSTEMS = \ # Start SUBSYSTEM NTPTR [SUBSYSTEM::NTPTR] INIT_OBJ_FILES = \ - ntptr/ntptr_base.o + ntptr_base.o ADD_OBJ_FILES = \ - ntptr/ntptr_interface.o + ntptr_interface.o # # End SUBSYSTEM NTPTR ################################################ |