summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/main.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-11-14 22:47:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:48 -0500
commit3757bf5c5bd1e218ea8153964d69c00a164a17e5 (patch)
tree187e157a19728d97a7568ee58c399a352c7a0b99 /source4/build/smb_build/main.pm
parent7cc0966f513d5ce6b51ef083cdaf7f88d841101a (diff)
downloadsamba-3757bf5c5bd1e218ea8153964d69c00a164a17e5.tar.gz
samba-3757bf5c5bd1e218ea8153964d69c00a164a17e5.tar.bz2
samba-3757bf5c5bd1e218ea8153964d69c00a164a17e5.zip
r3739: Remove a bunch of unused m4 macros
(This used to be commit 2a38b77a1d8674b46028214896e37747c4082f13)
Diffstat (limited to 'source4/build/smb_build/main.pm')
-rw-r--r--source4/build/smb_build/main.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/build/smb_build/main.pm b/source4/build/smb_build/main.pm
index 4d3a471bbf..928921f8fd 100644
--- a/source4/build/smb_build/main.pm
+++ b/source4/build/smb_build/main.pm
@@ -50,7 +50,10 @@ sub smb_build_main($)
"ntvfs/unixuid/config.mk",
"torture/config.mk",
"librpc/config.mk",
- "client/config.mk");
+ "client/config.mk",
+ "libcli/libsmb.mk");
+
+ $| = 1;
for my $mkfile (@mkfiles) {
config_mk::import_file($SMB_BUILD_CTX{INPUT}, $mkfile);