diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-11 17:32:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:34 -0500 |
commit | 2bcf502f1a06556c59740e4c787f54e00b0f995e (patch) | |
tree | 3c7f18dc5e167322d0bb23daa4afc18a0537c03f /source4 | |
parent | 3d4fb8fc3318b4f2bf34602b3fb17b415b5741d8 (diff) | |
download | samba-2bcf502f1a06556c59740e4c787f54e00b0f995e.tar.gz samba-2bcf502f1a06556c59740e4c787f54e00b0f995e.tar.bz2 samba-2bcf502f1a06556c59740e4c787f54e00b0f995e.zip |
r25096: Missed an include - otherwise the embedded ldb is always used.
(This used to be commit 557b4b3d456a5dbc501695bf90d1436bdbbc49e9)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/basic.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk index 713fdcede9..266ca6e685 100644 --- a/source4/lib/basic.mk +++ b/source4/lib/basic.mk @@ -2,7 +2,6 @@ include samba3/config.mk include socket/config.mk include charset/config.mk -include ldb/config.mk include ldb-samba/config.mk include tls/config.mk include registry/config.mk |