Remove stub ldb_version.h and source3/include/autoconf as no longer needed
authorAndrew Bartlett <abartlet@samba.org>
Wed, 22 May 2013 02:26:35 +0000 (12:26 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 28 May 2013 02:17:10 +0000 (12:17 +1000)
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
source3/include/autoconf/README [deleted file]
source3/include/autoconf/ldb_version.h [deleted file]

diff --git a/source3/include/autoconf/README b/source3/include/autoconf/README
deleted file mode 100644 (file)
index 21afbc7..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-This directory added so that the autoconf build can generate a
-config.h in a location that the recursive waf build for smbtorture
-won't find.
-
-Andrew Bartlett
\ No newline at end of file
diff --git a/source3/include/autoconf/ldb_version.h b/source3/include/autoconf/ldb_version.h
deleted file mode 100644 (file)
index e1c1afc..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-
-/* This define and header file is needed so we can include ldb.h
- * without building ldb properly */
-#define LDB_VERSION "dummy ldb version for ldb.h without ldb"