1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

r14383: Fix non-developer build.

(This used to be commit f4de155c94b89e586640d11992953a0d5fc0716d)
This commit is contained in:
Jelmer Vernooij 2006-03-14 15:44:40 +00:00 committed by Gerald (Jerry) Carter
parent 61933e159c
commit 7651d097b4
5 changed files with 4 additions and 5 deletions

View 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

View 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"

View 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:

View 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__ */

View 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"