[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-64-gb934f50

Stefan Metzmacher metze at samba.org
Thu Feb 26 16:47:29 GMT 2009


The branch, master has been updated
       via  b934f509ed222eb49e8b24ca111361e563434646 (commit)
      from  c5e062ed74ec7e13e03ed24e9e4d2ced5351f141 (commit)

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


- Log -----------------------------------------------------------------
commit b934f509ed222eb49e8b24ca111361e563434646
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Feb 26 15:36:16 2009 +0100

    lib/torture: fix depency to map_nt_error_from_unix()
    
    This should fix the build on Mac OS 10
    
    metze

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

Summary of changes:
 lib/torture/config.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/torture/config.mk b/lib/torture/config.mk
index abd8926..b4ad9ae 100644
--- a/lib/torture/config.mk
+++ b/lib/torture/config.mk
@@ -3,7 +3,9 @@
 PUBLIC_DEPENDENCIES = \
 		LIBSAMBA-HOSTCONFIG \
 		LIBSAMBA-UTIL \
-		LIBTALLOC
+		LIBSAMBA-ERRORS \
+		LIBTALLOC \
+		LIBTEVENT
 CFLAGS = -I$(libtorturesrcdir) -I$(libtorturesrcdir)/../
 
 torture_VERSION = 0.0.1


-- 
Samba Shared Repository


More information about the samba-cvs mailing list