summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-02-17 04:41:08 +0000
committerTim Potter <tpot@samba.org>2003-02-17 04:41:08 +0000
commit96d19c3876ad665a5f7e95626c408f3acfbc90b7 (patch)
tree93acc43542013d6692a84d3d18529a6526727922 /source3/Makefile.in
parente48639626704405d033fef247437462ef7b8c0b5 (diff)
downloadsamba-96d19c3876ad665a5f7e95626c408f3acfbc90b7.tar.gz
samba-96d19c3876ad665a5f7e95626c408f3acfbc90b7.tar.bz2
samba-96d19c3876ad665a5f7e95626c408f3acfbc90b7.zip
Add KRBCLIENT_OBJ to PYTHON_OBJ list.
(This used to be commit 651be759b3db98133feb6fe8c578964ec7b5cf71)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index dceac7810f..f0f2ad34ad 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -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\