diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-06-27 15:31:35 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-06-30 09:25:28 +0200 |
commit | b438d59eb5ed5a064b28f7fa1cb3edc2a731d6c3 (patch) | |
tree | 5fa13bd52b86c7331b7bda5cdf6453f5162bc2ff /source4/build | |
parent | 5ccfd6a90ed81209d055524be51f54cc2f5d8de6 (diff) | |
download | samba-b438d59eb5ed5a064b28f7fa1cb3edc2a731d6c3.tar.gz samba-b438d59eb5ed5a064b28f7fa1cb3edc2a731d6c3.tar.bz2 samba-b438d59eb5ed5a064b28f7fa1cb3edc2a731d6c3.zip |
smb_build: enable implicit make rules
metze
(This used to be commit be3f3e18d476431f991d08317eb94b4aebe927e6)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/input.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/input.pm b/source4/build/smb_build/input.pm index 53a051a3c7..1696a364b2 100644 --- a/source4/build/smb_build/input.pm +++ b/source4/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($$$$$$$$) |