diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-10-21 16:29:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:06 -0500 |
commit | 4c5a4a7e0288e9ac0b2f795befd5684059e4c429 (patch) | |
tree | e4ba25456c59c45b535225cae34228f69e3d0551 /source4/ntptr/config.mk | |
parent | 568dd26ac783385c1c2a69a392f5a569ebdd13a2 (diff) | |
download | samba-4c5a4a7e0288e9ac0b2f795befd5684059e4c429.tar.gz samba-4c5a4a7e0288e9ac0b2f795befd5684059e4c429.tar.xz samba-4c5a4a7e0288e9ac0b2f795befd5684059e4c429.zip |
r11244: Relative path names in .mk files
(This used to be commit 24e10300906c380919d2d631bfb3b8fd6b3f54ba)
Diffstat (limited to 'source4/ntptr/config.mk')
-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 ################################################ |