summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-10-02 18:50:59 +1000
committerAndrew Tridgell <tridge@samba.org>2009-10-02 18:50:59 +1000
commit5a5c30cb38c7e08fbe1abbc98496142ac022e7f8 (patch)
tree4894e72ee94ad8fd0be8bd3fb5d621c2af67fa7d /source4/auth/gensec/config.mk
parent084407fe2072a66ec753aa4dcceaa5a9622fce9e (diff)
downloadsamba-5a5c30cb38c7e08fbe1abbc98496142ac022e7f8.tar.gz
samba-5a5c30cb38c7e08fbe1abbc98496142ac022e7f8.tar.bz2
samba-5a5c30cb38c7e08fbe1abbc98496142ac022e7f8.zip
s4-pygensec: a bit closer to working
I'll need help from Andrew on how to get gensec to initialise it's ops element
Diffstat (limited to 'source4/auth/gensec/config.mk')
-rw-r--r--source4/auth/gensec/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/config.mk b/source4/auth/gensec/config.mk
index 65f5208e1a..aa52b184fc 100644
--- a/source4/auth/gensec/config.mk
+++ b/source4/auth/gensec/config.mk
@@ -86,7 +86,7 @@ SCHANNELDB_OBJ_FILES = $(addprefix $(gensecsrcdir)/, schannel_state.o)
$(eval $(call proto_header_template,$(gensecsrcdir)/schannel_state.h,$(SCHANNELDB_OBJ_FILES:.o=.c)))
[PYTHON::pygensec]
-PRIVATE_DEPENDENCIES = gensec PYTALLOC
+PRIVATE_DEPENDENCIES = gensec PYTALLOC pyparam_util
LIBRARY_REALNAME = samba/gensec.$(SHLIBEXT)
pygensec_OBJ_FILES = $(gensecsrcdir)/pygensec.o