r14383: Fix non-developer build.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 14 Mar 2006 15:44:40 +0000 (15:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:57:17 +0000 (13:57 -0500)
(This used to be commit f4de155c94b89e586640d11992953a0d5fc0716d)

source4/auth/gensec/gensec_gssapi.c
source4/auth/gensec/gensec_krb5.c
source4/build/smb_build/TODO
source4/dsdb/samdb/samdb.h
source4/libnet/libnet.h

index a1f5dc118a833a61d06ff55478893b2ff5d40d98..f3b5f8c1195297b8682f56a543bf33c5dd04ccbf 100644 (file)
@@ -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 
index 030c6f04f8db5f89875f05927bb264593ec434b1..e2c9596ac45c8d60d42af6ccad789250857f253c 100644 (file)
@@ -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"
index a4015683d12deb43ff3140edb2849459b6e7f1dd..b37515aeb4ea9a28205ba8090246b380418e542a 100644 (file)
@@ -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:
index 886dc6afd0e6d7a29e33e277230b520482edd8e5..ea6c124699d9d2e6f9cb9c904df960d683abf5e9 100644 (file)
@@ -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__ */
index 81eb32be51c7b14f7979a970e5e4cfb67a1b947d..04428aa007162330f4d469c6a6d56865f80bf168 100644 (file)
@@ -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"