diff options
author | Tim Potter <tpot@samba.org> | 2003-02-26 00:02:07 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-02-26 00:02:07 +0000 |
commit | 2057d3c39fbd7739406dbe81229d2a760a9a5ae1 (patch) | |
tree | 70822a913de9b2f924bcb9ba6f8e4240ba0c76c3 /source3/Makefile.in | |
parent | 841ccd69502529fb5c3510889c2fb6d6bdc2029a (diff) | |
download | samba-2057d3c39fbd7739406dbe81229d2a760a9a5ae1.tar.gz samba-2057d3c39fbd7739406dbe81229d2a760a9a5ae1.tar.xz samba-2057d3c39fbd7739406dbe81229d2a760a9a5ae1.zip |
Merge of python prototype header removal.
(This used to be commit 19676de275f1cb1feaf4f65acfafc1aed3b6ec67)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index c48a71caf0f..2766e1c0f7f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1036,35 +1036,6 @@ PYTHON_OBJS = $(LIB_OBJ) $(LIBSMB_OBJ) $(RPC_PARSE_OBJ) $(UBIQX_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\ - python/py_spoolss_forms.o python/py_spoolss_forms_conv.o \ - python/py_spoolss_ports.o python/py_spoolss_ports_conv.o \ - python/py_spoolss_drivers.o python/py_spoolss_drivers_conv.o \ - python/py_spoolss_jobs.o python/py_spoolss_jobs_conv.o \ - python/py_spoolss_printerdata.o - -PY_LSA_PROTO_OBJ = python/py_lsa.o - -PY_COMMON_PROTO_OBJ = python/py_common.c python/py_ntsec.c - -python_proto: python_spoolss_proto python_lsa_proto python_common_proto - -python_spoolss_proto: - @cd $(srcdir) && $(SHELL) script/mkproto.sh $(AWK) \ - -h _PY_SPOOLSS_PROTO_H python/py_spoolss_proto.h \ - $(PY_SPOOLSS_PROTO_OBJ) - -python_lsa_proto: - @cd $(srcdir) && $(SHELL) script/mkproto.sh $(AWK) \ - -h _PY_LSA_PROTO_H python/py_lsa_proto.h \ - $(PY_LSA_PROTO_OBJ) - -python_common_proto: - @cd $(srcdir) && $(SHELL) script/mkproto.sh $(AWK) \ - -h _PY_COMMON_PROTO_H python/py_common_proto.h \ - $(PY_COMMON_PROTO_OBJ) - python_ext: $(PYTHON_OBJS) @if test -z "$(PYTHON)"; then \ echo Use the option --with-python to configure python; \ |