diff options
author | Simo Sorce <idra@samba.org> | 2008-09-25 02:28:56 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2008-09-25 03:21:34 -0400 |
commit | 9bd63b97c9c3132a0b3c8c6bd1c67f8c31a54c3c (patch) | |
tree | af51399e30505f1111308f8d582934ab83d31396 /ldb/autogen.sh | |
parent | f698831f0ae0cd86225eb647ae4aeb813f08d3b5 (diff) | |
download | sssd-9bd63b97c9c3132a0b3c8c6bd1c67f8c31a54c3c.tar.gz sssd-9bd63b97c9c3132a0b3c8c6bd1c67f8c31a54c3c.tar.bz2 sssd-9bd63b97c9c3132a0b3c8c6bd1c67f8c31a54c3c.zip |
Sync ldb with upstream (includes uncommitted ldb async patches)
Diffstat (limited to 'ldb/autogen.sh')
-rwxr-xr-x | ldb/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldb/autogen.sh b/ldb/autogen.sh index 1681b504..52fc8b63 100755 --- a/ldb/autogen.sh +++ b/ldb/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" IPATHS="$IPATHS -I ./external" autoheader $IPATHS || exit 1 |