diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 00:14:58 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 00:14:58 +0200 |
commit | 91437ea7bc6f74729ec40b5b1eeea57287dd85c4 (patch) | |
tree | 1c52d5bfee21448a8c2a98e00cbf0eb480b17fd1 | |
parent | 235e68f7b7ec9f8989c1b021768bed4072a77e16 (diff) | |
download | samba-91437ea7bc6f74729ec40b5b1eeea57287dd85c4.tar.gz samba-91437ea7bc6f74729ec40b5b1eeea57287dd85c4.tar.xz samba-91437ea7bc6f74729ec40b5b1eeea57287dd85c4.zip |
Fix include path.
-rw-r--r-- | source4/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.ac b/source4/configure.ac index 97b1174a0f1..44788a487c4 100644 --- a/source4/configure.ac +++ b/source4/configure.ac @@ -158,7 +158,7 @@ then builddir_headers="-I\$(builddir)/include -I\$(builddir) -I\$(builddir)/lib "; fi -CPPFLAGS="$builddir_headers-I\$(srcdir)/include -I\$(srcdir) -I\$(srcdir)/lib -I\$(srcdir)/../lib/replace -I\$(srcdir)/../lib/talloc -D_SAMBA_BUILD_=4 -DHAVE_CONFIG_H $CPPFLAGS" +CPPFLAGS="$builddir_headers-I\$(srcdir)/include -I\$(srcdir) -I\$(srcdir)/lib -I\$(srcdir)/../lib/replace -I\$(srcdir)/../lib/talloc -I\$(srcdir)/.. -D_SAMBA_BUILD_=4 -DHAVE_CONFIG_H $CPPFLAGS" SMB_WRITE_PERLVARS(build/smb_build/config.pm) |