s4:net/drs: use the full path to "utils/net/drs/net_drs*.h"
authorStefan Metzmacher <metze@samba.org>
Fri, 12 Feb 2010 11:19:15 +0000 (12:19 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 12 Feb 2010 11:58:34 +0000 (12:58 +0100)
This fixes the build with automatic dependecies.

metze

source4/utils/net/drs/net_drs.c
source4/utils/net/drs/net_drs.h
source4/utils/net/drs/net_drs_bind.c
source4/utils/net/drs/net_drs_kcc.c
source4/utils/net/net.c

index c28684314c79806f3929324a7f3791f4de11aab8..fedbc6a9b049369437c315067d8281974192d4bd 100644 (file)
@@ -22,7 +22,7 @@
 #include "includes.h"
 #include "utils/net/net.h"
 #include "librpc/gen_ndr/ndr_drsuapi_c.h"
-#include "net_drs.h"
+#include "utils/net/drs/net_drs.h"
 #include "lib/ldb/include/ldb.h"
 #include "lib/ldb_wrap.h"
 #include "system/filesys.h"
index f5f362077d831aa57e8ef51da9e080f7be5a159f..5bca47d2c2e3b4c49f8d6f4414447a8750d71c87 100644 (file)
@@ -51,6 +51,6 @@ struct net_drs_context {
 };
 
 
-#include "net_drs_proto.h"
+#include "utils/net/drs/net_drs_proto.h"
 
 #endif /* NET_DRS_H_ */
index 40b2d09696952c98c102f3b59fbcf57e018d946d..ca1f9e0e94bc0662ce47c62cbbd06be3ae4a83b0 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "includes.h"
 #include "utils/net/net.h"
-#include "net_drs.h"
+#include "utils/net/drs/net_drs.h"
 
 
 #define DEFINE_FLAG(_flag, _win_name) {_flag, #_flag, _win_name}
index 059b26fca56fcff091a27505ae65944580b062d9..5be1ba414a3d3ecef1fbee55c2b5e2638a56f85f 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "includes.h"
 #include "utils/net/net.h"
-#include "net_drs.h"
+#include "utils/net/drs/net_drs.h"
 #include "lib/ldb/include/ldb.h"
 
 
index 79b6ad8515fa7d1a0862fa2d6a2f5eeb475cdb36..62d7afcbd95cf4635255278bc51238278c39e00b 100644 (file)
@@ -51,7 +51,7 @@
 #include "lib/events/events.h"
 #include "auth/credentials/credentials.h"
 #include "scripting/python/modules.h"
-#include "drs/net_drs.h"
+#include "utils/net/drs/net_drs.h"
 
 /* There's no Py_ssize_t in 2.4, apparently */
 #if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION < 5