[SCM] Samba Shared Repository - branch master updated - 5b827dfd8b20e4c268a594e733765bef147020fb

Stefan Metzmacher metze at samba.org
Thu Sep 18 15:40:16 GMT 2008


The branch, master has been updated
       via  5b827dfd8b20e4c268a594e733765bef147020fb (commit)
      from  a0e5f9194a8214e6bc7f7e56b82575300401ffef (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5b827dfd8b20e4c268a594e733765bef147020fb
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Sep 18 17:38:47 2008 +0200

    s4:lib/com: fix the build with automatic dependecies
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source4/lib/com/main.c   |    3 +--
 source4/lib/com/tables.c |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/com/main.c b/source4/lib/com/main.c
index 3e4127f..882b479 100644
--- a/source4/lib/com/main.c
+++ b/source4/lib/com/main.c
@@ -19,11 +19,10 @@
 */
 
 #include "includes.h"
-#include "dlinklist.h"
+#include "lib/util/dlinklist.h"
 #include "lib/com/com.h"
 #include "lib/events/events.h"
 #include "librpc/gen_ndr/com_dcom.h"
-#include "build.h"
 
 WERROR com_init_ctx(struct com_context **ctx, struct event_context *event_ctx)
 {
diff --git a/source4/lib/com/tables.c b/source4/lib/com/tables.c
index d9989ec..11bf95c 100644
--- a/source4/lib/com/tables.c
+++ b/source4/lib/com/tables.c
@@ -19,7 +19,7 @@
 */
 
 #include "includes.h"
-#include "dlinklist.h"
+#include "lib/util/dlinklist.h"
 #include "lib/com/com.h"
 #include "librpc/gen_ndr/ndr_misc.h"
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list