diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 16:41:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:32 -0500 |
commit | 2c746980328431ab04852dc668899e3eb042da99 (patch) | |
tree | 6d66f63d546f50b7713ce5ab5f76a2fe22a21a78 /source/ntptr | |
parent | a5b95a7741085a9adb04b8b63066d1b3d0f024ae (diff) | |
download | samba-2c746980328431ab04852dc668899e3eb042da99.tar.gz |
r13960: Generate makefile rules for installing/removing shared modules.
Diffstat (limited to 'source/ntptr')
-rw-r--r-- | source/ntptr/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ntptr/config.mk b/source/ntptr/config.mk index d425f57ca41..b2300c22b2d 100644 --- a/source/ntptr/config.mk +++ b/source/ntptr/config.mk @@ -8,7 +8,7 @@ SUBSYSTEM = NTPTR OBJ_FILES = \ simple_ldb/ntptr_simple_ldb.o REQUIRED_SUBSYSTEMS = \ - LIBLDB + ldb # End MODULE ntptr_simple_ldb ################################################ |