summaryrefslogtreecommitdiff
path: root/source4/scripting/python/config.mk
AgeCommit message (Expand)AuthorFilesLines
2008-10-30Fix installation of Samba 4 during merged build.Jelmer Vernooij1-1/+1
2008-10-24Move pytalloc to talloc directory.Jelmer Vernooij1-1/+1
2008-10-08Move all subunit files to lib directory.Jelmer Vernooij1-2/+2
2008-05-31Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett1-1/+1
2008-05-30Move CFLAGS handling out of smb_build.Jelmer Vernooij1-1/+1
2008-05-23dcerpc is now samba.dcerpc, avoid including source code in API documentation.Jelmer Vernooij1-1/+3
2008-05-22Fix CFLAGS for SWIG files.Jelmer Vernooij1-1/+1
2008-05-22Fix dependencies and imports.Jelmer Vernooij1-2/+2
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-2/+7
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij1-0/+2
2008-05-18Use src dir.Jelmer Vernooij1-6/+6
2008-05-18Use variables for source path in libnet/ and scripting/python.Jelmer Vernooij1-6/+6
2008-05-16Install python modules by default.Jelmer Vernooij1-0/+2
2008-05-11Remove smbpython.Jelmer Vernooij1-5/+0
2008-05-11Complete dependencies for python modules (actually matters when built standal...Jelmer Vernooij1-1/+7
2008-05-10Install standalone python modules (so we can use stock python rather than smb...Jelmer Vernooij1-6/+0
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-0/+6
2008-04-15Fix the build.Jelmer Vernooij1-10/+0
2008-04-14Fix unresolved symbols.Jelmer Vernooij1-3/+5
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-3/+6
2008-04-14Move standard make compilation rules to build/make.Jelmer Vernooij1-16/+1
2008-03-13build: we don't rely on bash yet:-) '==' should be just '='Stefan Metzmacher1-1/+1
2008-03-04Fix includes.Jelmer Vernooij1-0/+2
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-3/+6
2008-02-29Fix typos, avoid DEPEND_LIST from growing with empty elements.Jelmer Vernooij1-2/+1
2008-02-29use gmake to handle .py file copies.Jelmer Vernooij1-0/+4
2008-02-28Remove sDefault as static variable.Jelmer Vernooij1-1/+1
2008-02-26Fix pydoctor.Jelmer Vernooij1-5/+2
2008-02-26use make macro for python.Jelmer Vernooij1-27/+0
2008-02-16use gmake to handle .py file copies.Jelmer Vernooij1-0/+4
2008-02-09Fix syntax of docstrings, set project name when generating Python API documen...Jelmer Vernooij1-1/+1
2008-01-16python: Build shared python modules for generic use.Jelmer Vernooij1-2/+8
2008-01-14pidl/python: Fix compilation of py_echo.Jelmer Vernooij1-1/+1
2007-12-29r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij1-1/+1
2007-12-26r26602: Revert my previous commit as it only works with GNU make.Jelmer Vernooij1-1/+1
2007-12-26r26600: Provide dir variable with current basedir in Makefile.Jelmer Vernooij1-1/+1
2007-12-26r26595: Fix includes for hosts without gssapi as system header.Jelmer Vernooij1-1/+1
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-0/+1
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-2/+5
2007-12-24r26575: Build a private copy of the Python executable for Samba 4, so we know...Jelmer Vernooij1-0/+5
2007-12-21r26505: Add python bindings for some samdb-related functions, improve provisi...Jelmer Vernooij1-1/+1
2007-12-21r26474: Move credentials-specific kerberos file to credentials subsystem. Fix...Jelmer Vernooij1-0/+4
2007-12-21r26446: Convert param module to SWIG.Jelmer Vernooij1-4/+0
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij1-1/+1
2007-12-21r26242: Don't fail if swig is not available.Jelmer Vernooij1-1/+1
2007-12-21r26207: Only compile swig files if swig is available.Jelmer Vernooij1-1/+1
2007-12-21r26201: Build docs for the security module.Jelmer Vernooij1-1/+1
2007-12-21r26197: Add bindings for libsecurity.Jelmer Vernooij1-4/+0
2007-12-21r26186: Generate SWIG files as part of autogen.shJelmer Vernooij1-2/+2
2007-12-21r26114: Allow keyword-arguments.Jelmer Vernooij1-1/+1