summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-10 23:32:31 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-10 23:32:31 +0100
commit73be46cf452165555a85986029bf3011120a2b51 (patch)
treeede622c9e33f79ceccb400a72d18e9cc1b1418d1 /source4/build/smb_build
parent432574366f8a1421680c0e9f67a6dfa7e6d90717 (diff)
downloadsamba-73be46cf452165555a85986029bf3011120a2b51.tar.gz
samba-73be46cf452165555a85986029bf3011120a2b51.tar.bz2
samba-73be46cf452165555a85986029bf3011120a2b51.zip
Move some variables to a separate .mk file that could also be included by a non-smb_build build system.
(This used to be commit f44b838b682760e54aa981fe2e991495395d2394)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r--source4/build/smb_build/makefile.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 5799d89c57..dfa7387c75 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -46,6 +46,7 @@ sub new($$$)
$self->output("# Autogenerated by build/smb_build/makefile.pm #\n");
$self->output("################################################\n");
$self->output("\n");
+ $self->output("include mkconfig.mk\n");
$self->output("default: all\n\n");