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

s3-build: only include generated spoolss headers (not ndr headers).

Guenther
This commit is contained in:
Günther Deschner 2010-06-03 09:57:50 +02:00
parent ce85181430
commit 84a8f0451d
5 changed files with 4 additions and 2 deletions

View File

@ -2046,8 +2046,6 @@ ADS_STATUS ads_change_trust_account_password(ADS_STRUCT *ads, char *host_princip
ADS_STATUS ads_guess_service_principal(ADS_STRUCT *ads,
char **returned_principal);
#include "librpc/gen_ndr/ndr_spoolss.h"
/* The following definitions come from librpc/ndr/util.c */
enum ndr_err_code ndr_push_server_id(struct ndr_push *ndr, int ndr_flags, const struct server_id *r);

View File

@ -201,6 +201,7 @@ typedef union unid_t {
#include "librpc/gen_ndr/epmapper.h"
#include "librpc/gen_ndr/krb5pac.h"
#include "librpc/gen_ndr/dcerpc.h"
#include "librpc/gen_ndr/spoolss.h"
struct lsa_dom_info {
bool valid;

View File

@ -24,6 +24,7 @@
#include "reg_util_internal.h"
#include "reg_backend_db.h"
#include "reg_objects.h"
#include "../librpc/gen_ndr/ndr_spoolss.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_REGISTRY

View File

@ -19,6 +19,7 @@
#include "includes.h"
#include "rpc_client/init_spoolss.h"
#include "../librpc/gen_ndr/ndr_spoolss.h"
/*******************************************************************
********************************************************************/

View File

@ -21,6 +21,7 @@
#include "includes.h"
#include "srv_spoolss_util.h"
#include "../librpc/gen_ndr/ndr_spoolss.h"
#include "../librpc/gen_ndr/srv_winreg.h"
#include "../librpc/gen_ndr/cli_winreg.h"
#include "../librpc/gen_ndr/ndr_security.h"