summaryrefslogtreecommitdiffstats
path: root/source4/build/smb_build/input.pm
Commit message (Expand)AuthorAgeFilesLines
* Avoid linking in all Python modules to the samba binaries - we can just let P...Jelmer Vernooij2008-12-211-1/+1
* smb_build: enable implicit make rulesStefan Metzmacher2008-06-301-0/+1
* Fix dependency on swig ldb module.Jelmer Vernooij2008-05-281-1/+0
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-13/+4
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-2/+0
* Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-211-1/+0
* Properly support sentinels for binary init functions. This should fix the build.Jelmer Vernooij2008-05-111-0/+2
* Fix building with system-provided LDB without breaking anything else :-)Jelmer Vernooij2008-05-101-19/+15
* Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij2008-04-151-10/+0
* Make sure init function sentinels are set for modules.Jelmer Vernooij2008-04-151-0/+3
* Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-141-4/+5
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-8/+0
* Never assume -fvisibility=hidden for modules unless explicitly specified (con...Jelmer Vernooij2008-02-211-8/+0
* Use implicit build system element creation for external libraries.Jelmer Vernooij2008-02-181-5/+8
* Be a little bit less strict about recursive dependencies.Jelmer Vernooij2008-02-181-2/+5
* Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-181-2/+2
* Build complete static libraries.Jelmer Vernooij2008-02-181-24/+2
* Simplify some more smb_build code.Jelmer Vernooij2008-02-181-9/+3
* Add elements in the build system implicitly if they're unknownJelmer Vernooij2008-02-181-1/+14
* Prevent adding libreplace when not necessary.Jelmer Vernooij2008-02-161-3/+1
* Some more mergedobj fixes.Jelmer Vernooij2008-02-161-13/+3
* Use standard variable for partial linking.Jelmer Vernooij2008-02-161-0/+1
* Remove type before variables in data.mkJelmer Vernooij2008-02-141-3/+3
* Remove some make variables that aren't necessary.Jelmer Vernooij2008-02-131-1/+1
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-3/+7
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-8/+11
* r26571: Hide warnings about unused macros and casting qualifiers in autogener...Jelmer Vernooij2007-12-241-0/+3
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-211-0/+1
* r26289: build: avoid nasty foo/./bla pathes for python stuffStefan Metzmacher2007-12-211-2/+5
* r26279: Don't compile any python stuff if python is not available.Jelmer Vernooij2007-12-211-0/+2
* r26121: Don't build modules if subsystem isn't build.Jelmer Vernooij2007-12-211-0/+5
* r26097: Consider python modules special modules rather than special libraries.Jelmer Vernooij2007-12-211-1/+3
* r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij2007-12-211-0/+1
* r26067: Merge improvements building Python modules.Jelmer Vernooij2007-12-211-6/+43
* r25847: Don't link modules against their subsystem.Jelmer Vernooij2007-12-211-1/+0
* r25524: Fix directory names for local module builds.Jelmer Vernooij2007-10-101-1/+3
* r25094: Force building shared module if subsystem is a shared library.Jelmer Vernooij2007-10-101-1/+5
* r23862: Explain who requested unknown dependency. Helps a lot in chasing depe...Alexander Bokovoy2007-10-101-1/+1
* r22455: split dependecies array for compiling and linking and use better name...Stefan Metzmacher2007-10-101-11/+19
* r19582: Support building both shared and static versions of libraries at the ...Jelmer Vernooij2007-10-101-6/+7
* r18260: fix the build on systems with broken readdirStefan Metzmacher2007-10-101-0/+1
* r18222: filter out double entries from CFLAGSStefan Metzmacher2007-10-101-4/+0
* r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher2007-10-101-2/+6
* r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCCStefan Metzmacher2007-10-101-0/+23
* r15551: Fix clash between config.pm and globally installed Config.pm onJelmer Vernooij2007-10-101-1/+1
* r15370: Fix more dependencies for shared libsJelmer Vernooij2007-10-101-0/+1
* r15313: Fix some dependencies in dso modeJelmer Vernooij2007-10-101-0/+2
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-101-3/+4
* r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij2007-10-101-3/+1
* r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij2007-10-101-14/+31