summaryrefslogtreecommitdiff
path: root/source4/dynconfig/wscript
AgeCommit message (Collapse)AuthorFilesLines
2010-10-13s4: don't rebuild all of heimdal when dynconfig options changeAndrew Tridgell1-1/+3
only 2 files in heimdal depend on dynconfig variables
2010-10-13s4-dynconfig: use the build modules when running from build directoryAndrew Tridgell1-3/+7
we need to use the newly built modules when running from the build directory to ensure we don't run tests against a stale install Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
2010-10-03s4-heimdal_build fix up build after heimdal importAndrew Bartlett1-2/+5
Heimdal has it's own dynconfig like system, and so we need the LIBDIR etc in the CFLAGS here. We also need to define build rules for the new files imported in the merge commit, and fix up some header files. This includes the work by Matthieu Patou <mat@matws.net> Andrew Bartlett
2010-05-14s3compat: use right variable for STATEDIRAndrew Tridgell1-1/+1
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-05-14s4-dynconfig: make dynconfig more compatible with s3Andrew Tridgell1-0/+5
2010-05-14Revert "s4: remove unused references to swat"Andrew Bartlett1-0/+2
This reverts most of commit 1765732f82719a4bc925f21ef4999bd19a8d1f6c. The s3compat build needs the SWAT location to be compatible with Samba3.
2010-04-29s4: remove unused references to swatStefan Metzmacher1-2/+0
metze
2010-04-29s4:dynconfig: fix fhs variables and list them all explicitStefan Metzmacher1-9/+12
This adds 'samba' subdirs to smb.conf and setup. metze
2010-04-29s4:dynconfig: reorder non fhs variablesStefan Metzmacher1-10/+10
metze
2010-04-20s4-dynconfig: added dyn_PYTHONDIRAndrew Tridgell1-0/+1
2010-04-15s4:dynconfig/wscript: ${LOCALSTATEDIR} already has var/ includedStefan Metzmacher1-3/+3
metze
2010-04-08build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy1-2/+2
Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-04-06s4-waf: install in /usr/local/samba by defaultAndrew Tridgell1-1/+1
2010-04-06s4-waf: added --enable-fhs configure optionAndrew Tridgell1-4/+39
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06s4-waf: move the gnu dirs check to the generic wafsamba codeAndrew Tridgell1-2/+0
2010-04-06s4-waf: enable the pc_files in the build rulesAndrew Tridgell1-0/+1
2010-04-06s4-waf: install the rest of the headersAndrew Tridgell1-0/+2
2010-04-06s4-waf: started adding auto-install of include filesAndrew Tridgell1-6/+10
2010-04-06build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell1-1/+0
this stops lib/replace becoming a mess
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+82