1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

build: Get rid of hardcoded 'bin/default' in includes

Removed occurrences of bin/default used in #include directive for
auto-generated headers residing in build directory.
Build system is capable of resolving path to such headers by itself
without extra hardcoded path to build directory.

Signed-off-by: Aliaksei Karaliou <akaraliou@panasas.com>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: David Mulder <dmulder@suse.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Aliaksei Karaliou 2019-01-28 05:51:49 -05:00 committed by Andreas Schneider
parent 87149445af
commit 51bc92d8c8
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
*/
#include "librpc/ndr/libndr.h"
#include "bin/default/librpc/gen_ndr/negoex.h"
#include "librpc/gen_ndr/negoex.h"
_PUBLIC_ void ndr_print_negoex_BYTE_VECTOR(struct ndr_print *ndr, const char *name, const struct negoex_BYTE_VECTOR *r);
_PUBLIC_ enum ndr_err_code ndr_push_negoex_BYTE_VECTOR(struct ndr_push *ndr, int ndr_flags, const struct negoex_BYTE_VECTOR *r);

View File

@ -5,8 +5,8 @@
#include "includes.h"
#include "ntdomain.h"
#include "bin/default/librpc/gen_ndr/srv_winspool.h"
#include "bin/default/librpc/gen_ndr/srv_spoolss.c"
#include "librpc/gen_ndr/srv_winspool.h"
#include "librpc/gen_ndr/srv_spoolss.c"
static bool api_winspool_SyncRegisterForRemoteNotifications(struct pipes_struct *p)
{