mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
5ad0ed2181
The old approach on doing async libwbclient was never really finished. Go ahead and remove this implementation. Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Tue Oct 12 07:05:31 UTC 2010 on sn-devel-104
11 lines
254 B
Makefile
11 lines
254 B
Makefile
[SUBSYSTEM::LIBWBCLIENT]
|
|
PUBLIC_DEPENDENCIES = LIBTALLOC
|
|
|
|
LIBWBCLIENT_OBJ_FILES = $(addprefix $(libwbclientsrcdir)/, wbc_guid.o \
|
|
wbc_idmap.o \
|
|
wbclient.o \
|
|
wbc_pam.o \
|
|
wbc_pwd.o \
|
|
wbc_sid.o \
|
|
wbc_util.o )
|