build: Get rid of hardcoded 'bin/default' in includes
authorAliaksei Karaliou <akaraliou@panasas.com>
Mon, 28 Jan 2019 10:51:49 +0000 (05:51 -0500)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 8 Feb 2019 07:51:19 +0000 (08:51 +0100)
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>
librpc/ndr/ndr_negoex.h
source3/rpc_server/spoolss/srv_iremotewinspool.c

index 1be07d83c52714b73e9e1011b42c6828e0b66f31..d3c39b27388413709dff5c5374d36e92abebd414 100644 (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);
index ea52348f453cc2c9fa40bd5844fea80540df79b4..afab021d63eff08c5681bd17e02fda586a1ffc7b 100644 (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)
 {