summaryrefslogtreecommitdiff
path: root/source/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
commited38c668cdbe10966e46bad97301122eea8001d0 (patch)
treef65f741aeef8bd014eadf0aa2d8bc2d2ec18bd96 /source/auth
parent58665a8a8e4b10435aebbf2c95b6a8e50db232d6 (diff)
downloadsamba-ed38c668cdbe10966e46bad97301122eea8001d0.tar.gz
Move some python files into the samba package.
Diffstat (limited to 'source/auth')
-rw-r--r--source/auth/config.mk2
-rw-r--r--source/auth/credentials/config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/auth/config.mk b/source/auth/config.mk
index 78a267ced17..17820ebdd4c 100644
--- a/source/auth/config.mk
+++ b/source/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/source/auth/credentials/config.mk b/source/auth/credentials/config.mk
index 18cf460179e..106118e6978 100644
--- a/source/auth/credentials/config.mk
+++ b/source/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