diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-12 02:49:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:25:29 -0500 |
commit | c81f2930a2df7cbd72a28e167ac522d2638661ea (patch) | |
tree | f97c61ea9bad4deb9904ac4266563f60f3242a4d /source4/lib | |
parent | fff74b4bca6f050713a7558f2dcbd3b1821d3d6b (diff) | |
download | samba-c81f2930a2df7cbd72a28e167ac522d2638661ea.tar.gz samba-c81f2930a2df7cbd72a28e167ac522d2638661ea.tar.bz2 samba-c81f2930a2df7cbd72a28e167ac522d2638661ea.zip |
r19676: Fix some more dependencies.
(This used to be commit 8768bec81f57131a0c9754e8121b345c0be4a5d0)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/config.mk | 4 | ||||
-rw-r--r-- | source4/lib/messaging/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/samba3/config.mk | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index 6a23005b8f..df0d2ac826 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -177,7 +177,9 @@ OBJ_FILES = \ common/ldb_controls.o \ common/qsort.o PUBLIC_DEPENDENCIES = \ - LIBTALLOC + LIBTALLOC \ + DYNCONFIG \ + SOCKET_WRAPPER MANPAGE = man/ldb.3 PUBLIC_HEADERS = include/ldb.h include/ldb_errors.h # diff --git a/source4/lib/messaging/config.mk b/source4/lib/messaging/config.mk index 186f54ba74..c4c3e6b2f8 100644 --- a/source4/lib/messaging/config.mk +++ b/source4/lib/messaging/config.mk @@ -5,6 +5,7 @@ OBJ_FILES = \ messaging.o PUBLIC_DEPENDENCIES = \ + LIBSAMBA-UTIL \ DB_WRAP \ NDR_IRPC \ UNIX_PRIVS \ diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk index 5ec76c1339..8fb48fb522 100644 --- a/source4/lib/samba3/config.mk +++ b/source4/lib/samba3/config.mk @@ -9,5 +9,7 @@ PUBLIC_HEADERS = samba3.h OBJ_FILES = smbpasswd.o tdbsam.o policy.o \ idmap.o winsdb.o samba3.o group.o \ registry.o secrets.o share_info.o +PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBTDB NDR_SECURITY \ + CREDENTIALS # End SUBSYSTEM LIBSAMBA3 ################################################ |