The branch, v3-3-test has been updated
       via  8dca23a5597a717c7f79bab0494122e71528272b (commit)
      from  123fc3980a83d956bffaa689f3af81bbf81ce1c1 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 8dca23a5597a717c7f79bab0494122e71528272b
Author: Michael Adam <[EMAIL PROTECTED]>
Date:   Wed Aug 6 13:56:52 2008 +0200

    libnetapi: fix build of shared library after libnet_join changes.
    
    This needs create_builtin_administrators() and create_builtin_users()
    from token_utils now. Did not pop up because the only users of the
    shared lib currently are the examples in lib/netapi/examples/
    which are not automatically built.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/Makefile.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index 5dbac10..fa58378 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1839,7 +1839,8 @@ LIBNETAPI_OBJ  = $(LIBNETAPI_OBJ1) $(LIBNET_OBJ) \
                 $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) \
                 $(LIBMSRPC_OBJ) $(LIBMSRPC_GEN_OBJ) $(RPC_PARSE_OBJ) \
                 $(PASSDB_OBJ) @LIBWBCLIENT_STATIC@ $(SMBLDAP_OBJ) 
$(GROUPDB_OBJ) $(LDB_OBJ) \
-                $(DCUTIL_OBJ) $(LIBADS_OBJ) $(PRIVILEGES_BASIC_OBJ)
+                $(DCUTIL_OBJ) $(LIBADS_OBJ) $(PRIVILEGES_BASIC_OBJ) \
+                auth/token_util.o
 
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@


-- 
Samba Shared Repository

Reply via email to