summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-22 04:16:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:01:02 -0500
commitd49ffbc19b29f7620e427de133ffab74721f37e8 (patch)
treea3eda3f9f1213c6d46af1eb87939579658dc4cdd /source/configure.in
parent646cf0ae8c32f0645955fba6a1f5951a018fd6b0 (diff)
downloadsamba-d49ffbc19b29f7620e427de133ffab74721f37e8.tar.gz
samba-d49ffbc19b29f7620e427de133ffab74721f37e8.tar.xz
samba-d49ffbc19b29f7620e427de133ffab74721f37e8.zip
r18810: use a copy of samba4's talloc under lib/talloc/
to make mergeing easier. metze
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/configure.in b/source/configure.in
index 91796d87af2..1efdaad257f 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -231,6 +231,7 @@ done
SAMBA_CPPFLAGS="-Iinclude -I${srcdir-.}/include -I. -I${srcdir-.}"
SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/lib/replace"
+SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/lib/talloc"
SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/tdb/include"
SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/libaddns"
SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/librpc"