diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Samba4.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba4.pm b/source4/pidl/lib/Parse/Pidl/Samba4.pm index 35456b1cfb..eac5104da2 100644 --- a/source4/pidl/lib/Parse/Pidl/Samba4.pm +++ b/source4/pidl/lib/Parse/Pidl/Samba4.pm @@ -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 |