mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
Fix include paths for files that aren't compiled - breaks dependency
file generation.
This commit is contained in:
@ -28,7 +28,7 @@
|
|||||||
#include "librpc/rpc/dcerpc.h"
|
#include "librpc/rpc/dcerpc.h"
|
||||||
#include "lib/com/dcom/dcom.h"
|
#include "lib/com/dcom/dcom.h"
|
||||||
#include "librpc/ndr/ndr_table.h"
|
#include "librpc/ndr/ndr_table.h"
|
||||||
#include "lib/util/dlinklist.h"
|
#include "../lib/util/dlinklist.h"
|
||||||
#include "auth/credentials/credentials.h"
|
#include "auth/credentials/credentials.h"
|
||||||
#include "libcli/composite/composite.h"
|
#include "libcli/composite/composite.h"
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "lib/util/dlinklist.h"
|
#include "../lib/util/dlinklist.h"
|
||||||
#include "librpc/gen_ndr/com_dcom.h"
|
#include "librpc/gen_ndr/com_dcom.h"
|
||||||
#include "lib/com/dcom/dcom.h"
|
#include "lib/com/dcom/dcom.h"
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "ntvfs/sysdep/sys_lease.h"
|
#include "ntvfs/sysdep/sys_lease.h"
|
||||||
#include "ntvfs/ntvfs.h"
|
#include "ntvfs/ntvfs.h"
|
||||||
#include "librpc/gen_ndr/ndr_opendb.h"
|
#include "librpc/gen_ndr/ndr_opendb.h"
|
||||||
#include "lib/util/dlinklist.h"
|
#include "../lib/util/dlinklist.h"
|
||||||
#include "cluster/cluster.h"
|
#include "cluster/cluster.h"
|
||||||
|
|
||||||
#define LINUX_LEASE_RT_SIGNAL (SIGRTMIN+1)
|
#define LINUX_LEASE_RT_SIGNAL (SIGRTMIN+1)
|
||||||
|
Reference in New Issue
Block a user