Add KRBCLIENT_OBJ to PYTHON_OBJ list.
authorTim Potter <tpot@samba.org>
Mon, 17 Feb 2003 04:41:08 +0000 (04:41 +0000)
committerTim Potter <tpot@samba.org>
Mon, 17 Feb 2003 04:41:08 +0000 (04:41 +0000)
(This used to be commit 651be759b3db98133feb6fe8c578964ec7b5cf71)

source3/Makefile.in

index dceac7810f53f63fda3839092d75863aae01053a..f0f2ad34ad7036618de79b4bc11dc45074d25557 100644 (file)
@@ -1063,7 +1063,8 @@ installclientlib:
 # Python extensions
 
 PYTHON_OBJS = $(LIB_OBJ) $(LIBSMB_OBJ) $(RPC_PARSE_OBJ) $(UBIQX_OBJ) \
-       $(PARAM_OBJ) $(LIBMSRPC_OBJ) $(PASSDB_OBJ) $(GROUPDB_OBJ) $(SECRETS_OBJ)
+       $(PARAM_OBJ) $(LIBMSRPC_OBJ) $(PASSDB_OBJ) $(GROUPDB_OBJ) \
+       $(SECRETS_OBJ) $(KRBCLIENT_OBJ)
 
 PY_SPOOLSS_PROTO_OBJ = python/py_spoolss.o \
                python/py_spoolss_printers.o python/py_spoolss_printers_conv.o\