mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
r18227: Recognize Samba3 in-tree builds.
(This used to be commit 5055430ddfca02a962827bbedf7fbd9987992953)
This commit is contained in:
parent
bdbd9b8886
commit
4dff1f05f0
@ -18,7 +18,7 @@ $VERSION = '0.01';
|
||||
|
||||
sub is_intree()
|
||||
{
|
||||
return -f "kdc/kdc.c";
|
||||
return (-f "kdc/kdc.c" or -f "include/smb.h");
|
||||
}
|
||||
|
||||
# Return an #include line depending on whether this build is an in-tree
|
||||
|
Loading…
x
Reference in New Issue
Block a user