summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/tdb/autogen.sh')
-rwxr-xr-xsource4/lib/tdb/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/autogen.sh b/source4/lib/tdb/autogen.sh
index bf84eeee19..1691689e10 100755
--- a/source4/lib/tdb/autogen.sh
+++ b/source4/lib/tdb/autogen.sh
@@ -3,7 +3,7 @@
rm -rf autom4te.cache
rm -f configure config.h.in
-IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
+IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace -I ../lib/replace"
autoconf $IPATHS || exit 1
autoheader $IPATHS || exit 1