build: Fix tdb.h path to enable building with system TDB library
authorMathieu Parent <math.parent@gmail.com>
Thu, 6 Jun 2013 19:58:02 +0000 (21:58 +0200)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 14 Jun 2013 06:45:27 +0000 (16:45 +1000)
(This used to be ctdb commit f8bf99de3a5f56be67aaa67ed836458b1cf73e86)

24 files changed:
ctdb/client/ctdb_client.c
ctdb/common/ctdb_io.c
ctdb/common/ctdb_logging.c
ctdb/common/ctdb_ltdb.c
ctdb/common/ctdb_message.c
ctdb/common/ctdb_util.c
ctdb/lib/util/db_wrap.c
ctdb/server/ctdb_banning.c
ctdb/server/ctdb_call.c
ctdb/server/ctdb_control.c
ctdb/server/ctdb_daemon.c
ctdb/server/ctdb_freeze.c
ctdb/server/ctdb_ltdb_server.c
ctdb/server/ctdb_persistent.c
ctdb/server/ctdb_recover.c
ctdb/server/ctdb_server.c
ctdb/server/ctdb_takeover.c
ctdb/server/ctdb_traverse.c
ctdb/server/ctdb_update_record.c
ctdb/server/ctdb_vacuum.c
ctdb/tcp/tcp_connect.c
ctdb/tcp/tcp_init.c
ctdb/tcp/tcp_io.c
ctdb/tests/src/ctdbd_test.c

index 334d830707d3a3ad79e899e2f320d1537c9eff33..51ca49b7cddccb7b547240c1b9d61ea16b4fc1ea 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "includes.h"
 #include "db_wrap.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "lib/util/dlinklist.h"
 #include "system/network.h"
 #include "system/filesys.h"
index 4e592b978674c01e60f9aff2143977d32acf70f2..aee8864c1794d20a1fa0d55613afeeb0728a9195 100644 (file)
@@ -21,7 +21,7 @@
 */
 
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "lib/util/dlinklist.h"
 #include "system/network.h"
 #include "system/filesys.h"
index 408fda8658d7cc3994d3edd5811f6bf75c4fba91..9b69b383ecf89e46f181d9739f0a8ce470a34402 100644 (file)
@@ -18,7 +18,7 @@
 */
 
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "system/time.h"
 #include "../include/ctdb_private.h"
 #include "../include/ctdb_client.h"
index dab88f36189762ccc3e9f5f29445e67ee62a40d7..0bfc377ff7d196338ba089b7dbbce714eebf7fb1 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
 #include "../include/ctdb_private.h"
index b0d2ea0168fb7286771e41a5786c614244363c18..0e19761da3d47d8c1efaeb1689f04e76b28dcec3 100644 (file)
@@ -22,7 +22,7 @@
   protocol design and packet details
 */
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
 #include "../include/ctdb_private.h"
index a910a0cd79c22989aadd3d22067fe041a7d019a4..d2bce36af2dbad0dae841dc996e74f02615c04cd 100644 (file)
@@ -18,7 +18,7 @@
 */
 
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
 #include "system/wait.h"
index 7e7e17fac4d52010b3d97f5f61e50fd4b3bfd531..07b066cbc28b614e7bf6a4b3870e6f3461cf5a81 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "includes.h"
 #include "lib/util/dlinklist.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "db_wrap.h"
 
 static struct tdb_wrap *tdb_list;
index 4e6db31ee16d5dfc85a043152f679e08125b3932..bb3facc0131c2a58453ed62591ddf864e09c49a1 100644 (file)
@@ -17,7 +17,7 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "system/time.h"
 #include "system/network.h"
 #include "system/filesys.h"
index a98903dfe87b641c3db6e7d520a6170b34298bec..fe83bc158afdeafa433bd1f5a081212dec2ad00f 100644 (file)
@@ -21,7 +21,7 @@
   protocol design and packet details
 */
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "lib/util/dlinklist.h"
 #include "system/network.h"
 #include "system/filesys.h"
index bf4a20d90ae51cd1c93a193355eedff4dd7adb7d..229ccddb08df63b0fc78666325a74da17fa3369b 100644 (file)
@@ -17,7 +17,7 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
 #include "system/wait.h"
index cedee09a02f35be28d661fe7fbbda2ace40bf619..29c26f6f8300f10a4e299598e3d45c9aec8fdea9 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "includes.h"
 #include "db_wrap.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "lib/util/dlinklist.h"
 #include "system/network.h"
 #include "system/filesys.h"
index 88384f90a9f924f2fe68e0b4b5fb946b67ef4797..e65415ca484acc3c364d6f01006fa99037b0bc2d 100644 (file)
@@ -17,7 +17,7 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
 #include "system/wait.h"
index 0426d96bdbc584284d500c94996ba4f5d7efb2bc..b5a27ded494020118d26cf0015fc6c5a57b1e690 100644 (file)
@@ -18,7 +18,7 @@
 */
 
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
 #include "system/dir.h"
index 2b3da32939e7e84fbba6d6da768600c27a2ab863..dcbb6e0c5c39346f881b4239071ab16620dee267 100644 (file)
@@ -22,7 +22,7 @@
 #include "system/filesys.h"
 #include "system/wait.h"
 #include "db_wrap.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "../include/ctdb_private.h"
 
 struct ctdb_persistent_state {
index d7741ab87e861b5533821ca253c01f73197e8218..1c18acaed8fbbffae0a6a3319b7d66c0c76846e7 100644 (file)
@@ -18,7 +18,7 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "system/time.h"
 #include "system/network.h"
 #include "system/filesys.h"
index de3c6901d76ef1148c6e50b7a1c13316325251ee..d0c346129734a323fcee630f54f462661869381c 100644 (file)
@@ -18,7 +18,7 @@
 */
 
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "lib/util/dlinklist.h"
 #include "system/network.h"
 #include "system/filesys.h"
index fda7c56018e24679e51f0d9790a9360bde4862d1..679177e09a260fef9a520abe93937b97474beb6c 100644 (file)
@@ -19,7 +19,7 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "lib/util/dlinklist.h"
 #include "system/network.h"
 #include "system/filesys.h"
index d9aed2bfc8d086fea7ca20fc297cfadc9f2e682a..8d8a51776a18dfb77d8065c1d01794a80a5cbd20 100644 (file)
@@ -21,7 +21,7 @@
 #include "system/filesys.h"
 #include "system/wait.h"
 #include "db_wrap.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "../include/ctdb_private.h"
 #include "lib/util/dlinklist.h"
 
index 1543b4687bfb3a876ecf427a7adf92719cc4c202..ce8e8afe117573e2c1744ca8c93d591acc7c2079 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "includes.h"
 #include "db_wrap.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "ctdb_private.h"
 
 struct ctdb_persistent_write_state {
index d7527d4da1a12591715ef137a58d471c1e61ea26..1f2fb01e752e8e8cc8205dad6d9b68a5eb3e11d7 100644 (file)
@@ -20,7 +20,7 @@
 */
 
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
 #include "system/dir.h"
index 93111f37aa3b23623149d5df84dde939150c1460..e8cae58bd6f7bf0d06bf16ba918750761e2da157 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
 #include "../include/ctdb_private.h"
index 3fec599ee5aac7d6c56e4a21ea1330d55d66298b..a65e7320f5e64aad48130b9ac2b442de4505beee 100644 (file)
@@ -18,7 +18,7 @@
 */
 
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
 #include "../include/ctdb_private.h"
index f8904af9b2de5d2730f69dd7eeb3522c89447fe7..5111195b178fcb79529200dee51f770d573e6917 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "includes.h"
 #include "lib/util/dlinklist.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "system/network.h"
 #include "system/filesys.h"
 #include "../include/ctdb_private.h"
index 6f045a3f7a2ce1fe8ab9af40a2ae852ca23d800e..bf95e0b84ff354a141d9fd3cdc3c5a21276fd27d 100644 (file)
@@ -21,7 +21,7 @@
 #define _CTDBD_TEST_C
 
 #include "includes.h"
-#include "lib/tdb/include/tdb.h"
+#include "tdb.h"
 #include "ctdb_private.h"
 
 /*