summaryrefslogtreecommitdiff
path: root/source4/winbind/config.mk
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2007-07-31 23:43:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:01:25 -0500
commit91750a2825e28765687953143e176c980065acaa (patch)
tree72cb2f9f56348fd9c795cec4c83beff3ea22c23f /source4/winbind/config.mk
parent50a66a2e817a362d80abe2194e79d5ec39151540 (diff)
downloadsamba-91750a2825e28765687953143e176c980065acaa.tar.gz
samba-91750a2825e28765687953143e176c980065acaa.tar.bz2
samba-91750a2825e28765687953143e176c980065acaa.zip
r24108: Split out samba3_parse_domuser to a seperate file and rename, so it can be
used for a name2domain call. (This used to be commit 75e41da039e10127820635500e185e24ea55c777)
Diffstat (limited to 'source4/winbind/config.mk')
-rw-r--r--source4/winbind/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/winbind/config.mk b/source4/winbind/config.mk
index c95abc47f8..531367b26b 100644
--- a/source4/winbind/config.mk
+++ b/source4/winbind/config.mk
@@ -41,7 +41,8 @@ PRIVATE_DEPENDENCIES = \
[SUBSYSTEM::WB_HELPER]
PRIVATE_PROTO_HEADER = wb_helper.h
OBJ_FILES = \
- wb_async_helpers.o
+ wb_async_helpers.o \
+ wb_utils.o
PUBLIC_DEPENDENCIES = RPC_NDR_LSA dcerpc_samr
# End SUBSYSTEM WB_HELPER
################################################