diff options
author | Tim Potter <tpot@samba.org> | 2001-06-19 00:29:00 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-06-19 00:29:00 +0000 |
commit | 8a3782947a6ea64cd2a9d9a90c994ecbf9cd8ac6 (patch) | |
tree | 566d93f3ae45225ba7d9f37a6dc604dddc40cfde /source3 | |
parent | 5f633c0e5e17c3b0c30b819f147e5d6672e86649 (diff) | |
download | samba-8a3782947a6ea64cd2a9d9a90c994ecbf9cd8ac6.tar.gz samba-8a3782947a6ea64cd2a9d9a90c994ecbf9cd8ac6.tar.bz2 samba-8a3782947a6ea64cd2a9d9a90c994ecbf9cd8ac6.zip |
Added $(PROFILE_OBJ) to winbindd objects.
(This used to be commit 4897cfcf85340057f56d39128b0f0bdd72da2cf6)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 7d70e755b0..5d51f808ef 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -383,7 +383,7 @@ WINBINDD_OBJ = \ $(WINBINDD_OBJ1) $(NOPROTO_OBJ) $(PASSDB_OBJ) \ $(LIBNMB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \ $(LIBSMB_OBJ) $(LIBMSRPC_OBJ) $(RPC_PARSE_OBJ) \ - $(GROUPDB_OBJ) \ + $(GROUPDB_OBJ) $(PROFILE_OBJ) \ $(NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJ) WBINFO_OBJ = nsswitch/wbinfo.o |