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