summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3477: add '--with-disable-ext-lib=LIB' option to be able to disableStefan Metzmacher2-1/+13
2007-10-10r3473: Add LIBCRYPTO_OBJS to python extensions.Tim Potter1-1/+2
2007-10-10r3465: fix SMB_SUBSYSTEM_NOPROTO()Stefan Metzmacher3-20/+17
2007-10-10r3460: Add LIBNDR_GEN_OBJS and LIBNETIF_OBJS to swig objs.Tim Potter1-1/+3
2007-10-10r3422: allow for subsystems that don't get included in the list of auto-proto...Andrew Tridgell2-3/+30
2007-10-10r3310: Update dependencies for swig wrappers.Tim Potter1-1/+3
2007-10-10r3196: Grr - add more useless dependencies to get swig wrappers to build.Tim Potter1-1/+2
2007-10-10r3163: Add server side support for ncalrpc: and ncacn_unix_stream:Jelmer Vernooij1-1/+1
2007-10-10r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij1-1/+2
2007-10-10r3041: a start of a README/HOWTO for the samba4 build system.Stefan Metzmacher2-4/+88
2007-10-10r2964: Add spoolss to list of wrapped client functions.Tim Potter1-1/+1
2007-10-10r2858: fix a few SMB_EXT_LIB_FROM_PKGCONFIG() bugsStefan Metzmacher1-7/+7
2007-10-10r2806: Add winreg.i to dependencies for dcerpc.iTim Potter1-1/+1
2007-10-10r2683: Fix a couple of compile warnings, depend on gtk+-2.4Jelmer Vernooij1-5/+6
2007-10-10r2406: fixed a couple of typosAndrew Tridgell1-2/+2
2007-10-10r2256: Include autogenerated interfaces for lsa and samr pipes. Typemaps are...Tim Potter1-1/+3
2007-10-10r2228: Finally commit bits of old workareas together to get dcerpc pythonTim Potter1-7/+33
2007-10-10r2226: A bunch of fixes to get python tdb module building again. I'm notTim Potter1-13/+10
2007-10-10r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett1-3/+3
2007-10-10r2047: Warn on 'declaration after statement' (breaks non-gcc).Andrew Bartlett1-3/+3
2007-10-10r2012: --enable-developer also sets debug=yes nowStefan Metzmacher1-3/+9
2007-10-10r2011: remove this broken and never reached testStefan Metzmacher1-7/+1
2007-10-10r2010: trigger the config.smb_build.dump output by --enable-*developer not --...Stefan Metzmacher1-1/+1
2007-10-10r2003: got rid of next_token_nr(), which involved some horrible globalsAndrew Tridgell1-1/+1
2007-10-10r1943: don't use the with --enable-*developer selected flags forStefan Metzmacher2-3/+24
2007-10-10r1905: add -Werror-implicit-function-declaration with --enable-developerStefan Metzmacher1-1/+1
2007-10-10r1483: build dynconfig.c also with PICFLAGSStefan Metzmacher1-1/+1
2007-10-10r1464: the recent build changes completely lost the speed advantage of usingAndrew Tridgell1-1/+1
2007-10-10r1458: Add a new configure option, to make it possible to both find errors,Andrew Bartlett1-0/+6
2007-10-10r1377: add examples for config.mk sectionsStefan Metzmacher1-0/+49
2007-10-10r1310: one more #line statementStefan Metzmacher1-0/+1
2007-10-10r1309: use #line 1 "filename.pl"Stefan Metzmacher1-0/+8
2007-10-10r1073: import DYNEXP flags to smb_buildStefan Metzmacher3-1/+8
2007-10-10r1037: Always export all symbolsJelmer Vernooij1-0/+3
2007-10-10r1036: Get module initialisation function correct when building sharedJelmer Vernooij1-0/+20
2007-10-10r1035: Support shared modules againJelmer Vernooij1-1/+1
2007-10-10r1006: print out the SVN revision by configure,Stefan Metzmacher1-0/+5
2007-10-10r970: - remove unused wchar_t checkStefan Metzmacher1-0/+21
2007-10-10r969: remove some unused checksStefan Metzmacher1-5/+0
2007-10-10r968: use sinlcude() and no function, that's more portable betweenStefan Metzmacher7-215/+103
2007-10-10r967: move some configure checks to seperate filesStefan Metzmacher8-0/+444
2007-10-10r899: remove the weird shell patterns from the makerulesStefan Metzmacher1-14/+0
2007-10-10r807: compile with PICFLAG by defaultStefan Metzmacher1-1/+1
2007-10-10r767: add a $flags argument to the std_CC make rule generaterStefan Metzmacher1-5/+9
2007-10-10r765: add SMB_INCLUDE_M4() macro as wrapper arround sinclude()Stefan Metzmacher1-0/+19
2007-10-10r725: fix usage of $PERL to "$PERL" to handle perl -W correctStefan Metzmacher1-2/+2
2007-10-10r703: only use $PERL -W when --enable-debugStefan Metzmacher1-1/+1
2007-10-10r701: change debug messages a bitStefan Metzmacher1-5/+5
2007-10-10r700: fix SMB_LIBRARY() to disable the lib by defaultStefan Metzmacher1-1/+1
2007-10-10r696: fix formatingStefan Metzmacher1-23/+24