diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-02-23 08:38:18 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:35 +1000 |
commit | d0c19bb35e5069949ee1ddc72cdd8a8dfd58db4e (patch) | |
tree | dce1c4bf0d828dde855faaff390f827c1e1b1f20 /source4/lib | |
parent | d0d69be83919fe6d141533aafbe3ef4913cd0c83 (diff) | |
download | samba-d0c19bb35e5069949ee1ddc72cdd8a8dfd58db4e.tar.gz samba-d0c19bb35e5069949ee1ddc72cdd8a8dfd58db4e.tar.bz2 samba-d0c19bb35e5069949ee1ddc72cdd8a8dfd58db4e.zip |
build: LIBLDB alias
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/wscript | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 0c06ebbf6b..be31241c88 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -47,3 +47,11 @@ def build(bld): 'tools/%s.c tools/ldbutil.c tools/cmdline.c' % t, deps='ldb', syslibs='dl popt') + + # this is a temporary fix for the fact that some + # of the scripts call it 'ldb' and some 'LIBLDB' + bld.SAMBA_LIBRARY('LIBLDB', + LDB_TDB_SRC + ' ' + COMMON_SRC + ' ' + MODULES_SRC, + deps='tdb tevent', + include_list='include', + vnum=VERSION) |