diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-02-02 14:54:35 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-02-02 15:16:09 +0100 |
commit | eb012dd212c85b9a4833b3b062cd6ba89cc0a441 (patch) | |
tree | 0f466be6ce9d81ceceaef84f9bd651dbcaa3e530 /source4/lib | |
parent | 426dc44c5cff7ee2b6ba02f3fc7967a71a51cdd9 (diff) | |
download | samba-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/lib')
-rw-r--r-- | source4/lib/registry/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 6528127b0b..a566042cf2 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -105,6 +105,6 @@ $(eval $(call proto_header_template,$(libregistrysrcdir)/tests/proto.h,$(torture [PYTHON::py_registry] LIBRARY_REALNAME = samba/registry.$(SHLIBEXT) -PUBLIC_DEPENDENCIES = registry PYTALLOC swig_credentials param +PUBLIC_DEPENDENCIES = registry PYTALLOC pycredentials param py_registry_OBJ_FILES = $(libregistrysrcdir)/pyregistry.o |