summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-14 15:44:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:57:17 -0500
commit7651d097b44bd5743e58ce67333e00133df11eda (patch)
tree58ea10c10518847e16e20be9bee008743c111a07
parent61933e159cc2a8399f8bb1fa53844a67f8bba55b (diff)
downloadsamba-7651d097b44bd5743e58ce67333e00133df11eda.tar.gz
samba-7651d097b44bd5743e58ce67333e00133df11eda.tar.bz2
samba-7651d097b44bd5743e58ce67333e00133df11eda.zip
r14383: Fix non-developer build.
(This used to be commit f4de155c94b89e586640d11992953a0d5fc0716d)
-rw-r--r--source4/auth/gensec/gensec_gssapi.c2
-rw-r--r--source4/auth/gensec/gensec_krb5.c2
-rw-r--r--source4/build/smb_build/TODO1
-rw-r--r--source4/dsdb/samdb/samdb.h2
-rw-r--r--source4/libnet/libnet.h2
5 files changed, 4 insertions, 5 deletions
diff --git a/source4/auth/gensec/gensec_gssapi.c b/source4/auth/gensec/gensec_gssapi.c
index a1f5dc118a..f3b5f8c119 100644
--- a/source4/auth/gensec/gensec_gssapi.c
+++ b/source4/auth/gensec/gensec_gssapi.c
@@ -27,7 +27,7 @@
#include "auth/kerberos/kerberos.h"
#include "librpc/gen_ndr/ndr_krb5pac.h"
#include "auth/auth.h"
-#include "ldb.h"
+#include "lib/ldb/include/ldb.h"
#include "auth/auth_sam.h"
enum gensec_gssapi_sasl_state
diff --git a/source4/auth/gensec/gensec_krb5.c b/source4/auth/gensec/gensec_krb5.c
index 030c6f04f8..e2c9596ac4 100644
--- a/source4/auth/gensec/gensec_krb5.c
+++ b/source4/auth/gensec/gensec_krb5.c
@@ -29,7 +29,7 @@
#include "auth/kerberos/kerberos.h"
#include "librpc/gen_ndr/ndr_krb5pac.h"
#include "auth/auth.h"
-#include "ldb.h"
+#include "lib/ldb/include/ldb.h"
#include "auth/auth_sam.h"
#include "system/network.h"
#include "lib/socket/socket.h"
diff --git a/source4/build/smb_build/TODO b/source4/build/smb_build/TODO
index a4015683d1..b37515aeb4 100644
--- a/source4/build/smb_build/TODO
+++ b/source4/build/smb_build/TODO
@@ -1,5 +1,4 @@
- saner names for some of the .pc files
-- .pc files also when there is a public header?
- plugin loading support in ldb
- proper #include dependencies:
for each subsystem:
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h
index 886dc6afd0..ea6c124699 100644
--- a/source4/dsdb/samdb/samdb.h
+++ b/source4/dsdb/samdb/samdb.h
@@ -26,7 +26,7 @@
struct auth_session_info;
struct drsuapi_DsNameInfo1;
-#include "ldb.h"
+#include "lib/ldb/include/ldb.h"
#include "dsdb/samdb/samdb_proto.h"
#endif /* __SAMDB_H__ */
diff --git a/source4/libnet/libnet.h b/source4/libnet/libnet.h
index 81eb32be51..04428aa007 100644
--- a/source4/libnet/libnet.h
+++ b/source4/libnet/libnet.h
@@ -39,7 +39,7 @@ struct libnet_context {
};
-#include "ldb.h"
+#include "lib/ldb/include/ldb.h"
#include "libnet/libnet_passwd.h"
#include "libnet/libnet_time.h"
#include "libnet/libnet_rpc.h"