diff options
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r-- | source4/auth/config.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk index b2d576be37..7a854a19a0 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -73,3 +73,8 @@ OBJ_FILES = \ PUBLIC_DEPENDENCIES = LIBSECURITY SAMDB CREDENTIALS # End SUBSYSTEM auth ####################### + +[PYTHON::swig_auth] +PUBLIC_DEPENDENCIES = auth LIBPYTHON +PRIVATE_DEPENDENCIES = SAMDB +SWIG_FILE = auth.i |