summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-02 14:54:35 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-02 15:16:09 +0100
commiteb012dd212c85b9a4833b3b062cd6ba89cc0a441 (patch)
tree0f466be6ce9d81ceceaef84f9bd651dbcaa3e530 /source4/auth
parent426dc44c5cff7ee2b6ba02f3fc7967a71a51cdd9 (diff)
downloadsamba-eb012dd212c85b9a4833b3b062cd6ba89cc0a441.tar.gz
samba-eb012dd212c85b9a4833b3b062cd6ba89cc0a441.tar.bz2
samba-eb012dd212c85b9a4833b3b062cd6ba89cc0a441.zip
s4:auth/credentials: the python bindings don't use swig anymore
metze
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/credentials/config.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk
index e4d14dde58..2402c732b3 100644
--- a/source4/auth/credentials/config.mk
+++ b/source4/auth/credentials/config.mk
@@ -13,10 +13,8 @@ $(eval $(call proto_header_template,$(authsrcdir)/credentials/credentials_proto.
PUBLIC_HEADERS += $(authsrcdir)/credentials/credentials.h
-[PYTHON::swig_credentials]
+[PYTHON::pycredentials]
LIBRARY_REALNAME = samba/credentials.$(SHLIBEXT)
PUBLIC_DEPENDENCIES = CREDENTIALS LIBCMDLINE_CREDENTIALS PYTALLOC param
-swig_credentials_OBJ_FILES = $(authsrcdir)/credentials/pycredentials.o
-
-$(swig_credentials_OBJ_FILES): CFLAGS+=$(CFLAG_NO_CAST_QUAL)
+pycredentials_OBJ_FILES = $(authsrcdir)/credentials/pycredentials.o