diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-21 21:50:56 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-21 21:50:56 +0200 |
commit | b1fc7bab111fcef7f546e821f24c175bdec6865a (patch) | |
tree | cec2b27738fc0428c286ce9c9936a6d296a59320 /source4/librpc | |
parent | 82bcf967b79321706cd19c759ea54c4465fe0d96 (diff) | |
download | samba-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/librpc')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index fc11946beb..aeff8c6a05 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -727,7 +727,7 @@ PUBLIC_DEPENDENCIES = LIBCLI_SMB NDR_MISC LIBSAMBA-UTIL LIBSAMBA-HOSTCONFIG dcer swig_dcerpc_OBJ_FILES = $(dcerpcsrcdir)/dcerpc_wrap.o -$(eval $(call python_py_module_template,dcerpc.py,$(dcerpcsrcdir)/dcerpc.py)) +$(eval $(call python_py_module_template,dcerpc/__init__.py,$(dcerpcsrcdir)/dcerpc.py)) $(swig_dcerpc_OBJ_FILES): CFLAGS+="$(CFLAG_NO_UNUSED_MACROS) $(CFLAG_NO_CAST_QUAL)" |