summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-21 21:50:56 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-21 21:50:56 +0200
commitb1fc7bab111fcef7f546e821f24c175bdec6865a (patch)
treecec2b27738fc0428c286ce9c9936a6d296a59320 /source4/auth
parent82bcf967b79321706cd19c759ea54c4465fe0d96 (diff)
downloadsamba-b1fc7bab111fcef7f546e821f24c175bdec6865a.tar.gz
samba-b1fc7bab111fcef7f546e821f24c175bdec6865a.tar.bz2
samba-b1fc7bab111fcef7f546e821f24c175bdec6865a.zip
Move some python files into the samba package.
(This used to be commit ed38c668cdbe10966e46bad97301122eea8001d0)
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/config.mk2
-rw-r--r--source4/auth/credentials/config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 78a267ced1..17820ebdd4 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -41,7 +41,7 @@ PUBLIC_DEPENDENCIES = auth_system_session
PRIVATE_DEPENDENCIES = SAMDB
SWIG_FILE = auth.i
-$(eval $(call python_py_module_template,auth.py,$(authsrcdir)/auth.py))
+$(eval $(call python_py_module_template,samba/auth.py,$(authsrcdir)/auth.py))
swig_auth_OBJ_FILES = $(authsrcdir)/auth_wrap.o
diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk
index 18cf460179..106118e697 100644
--- a/source4/auth/credentials/config.mk
+++ b/source4/auth/credentials/config.mk
@@ -17,7 +17,7 @@ PUBLIC_HEADERS += $(authsrcdir)/credentials/credentials.h
PUBLIC_DEPENDENCIES = CREDENTIALS LIBCMDLINE_CREDENTIALS
SWIG_FILE = credentials.i
-$(eval $(call python_py_module_template,credentials.py,$(authsrcdir)/credentials/credentials.py))
+$(eval $(call python_py_module_template,samba/credentials.py,$(authsrcdir)/credentials/credentials.py))
swig_credentials_OBJ_FILES = $(authsrcdir)/credentials/credentials_wrap.o