summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-06-27 15:31:35 +0200
committerStefan Metzmacher <metze@samba.org>2008-06-30 09:25:28 +0200
commitbe3f3e18d476431f991d08317eb94b4aebe927e6 (patch)
tree35108ed80c8f6fc32e6dcf4daf82438ca0b09013
parent1d5b714438a955d76f92f4ccd8aa2f7f89ffa5fd (diff)
downloadsamba-be3f3e18d476431f991d08317eb94b4aebe927e6.tar.gz
smb_build: enable implicit make rules
metze
-rw-r--r--source/build/smb_build/input.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/build/smb_build/input.pm b/source/build/smb_build/input.pm
index 53a051a3c77..1696a364b28 100644
--- a/source/build/smb_build/input.pm
+++ b/source/build/smb_build/input.pm
@@ -175,6 +175,7 @@ sub add_implicit($$)
$INPUT->{$n}->{LDFLAGS} = ["\$(".uc($n)."_LDFLAGS)"];
$INPUT->{$n}->{CFLAGS} = ["\$(".uc($n)."_CFLAGS)"];
$INPUT->{$n}->{CPPFLAGS} = ["\$(".uc($n)."_CPPFLAGS)"];
+ $INPUT->{$n}->{ENABLE} = "YES";
}
sub calc_unique_deps($$$$$$$$)