[SCM] Samba Shared Repository - branch master updated

Lars Müller lmuelle at samba.org
Wed Jan 27 16:46:48 MST 2010


The branch, master has been updated
       via  8e26aa3... testsuite/libsmbclient use source3 in the path of the C and LFLAGS
       via  97c4c63... Link testsuite/libsmbclient against required libtdb and libwbclient
      from  1f7e97a... s3: syntax fix

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


- Log -----------------------------------------------------------------
commit 8e26aa3d7cec968584283634fe3dce5553387c8c
Author: Lars Müller <lars at samba.org>
Date:   Thu Jan 28 00:40:39 2010 +0100

    testsuite/libsmbclient use source3 in the path of the C and LFLAGS

commit 97c4c63990fceb01fd1110d4fcc97b70f623b201
Author: Lars Müller <lars at samba.org>
Date:   Thu Jan 28 00:38:04 2010 +0100

    Link testsuite/libsmbclient against required libtdb and libwbclient

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

Summary of changes:
 testsuite/libsmbclient/src/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/testsuite/libsmbclient/src/Makefile b/testsuite/libsmbclient/src/Makefile
index c8c0b67..1f640ca 100644
--- a/testsuite/libsmbclient/src/Makefile
+++ b/testsuite/libsmbclient/src/Makefile
@@ -1,8 +1,8 @@
 CC	=	gcc
-CFLAGS	=	-Wall -W -O2 -g -I../../../source/include
-LFLAGS	=	-L../../../source/bin
+CFLAGS	=	-Wall -W -O2 -g -I../../../source3/include
+LFLAGS	=	-L../../../source3/bin
 
-LIBS=	-L/usr/lib -lsmbclient -ltalloc
+LIBS=	-L/usr/lib -lsmbclient -ltalloc -ltdb -lwbclient
 INCPATH= -I. -I/usr/include -I./include
 BIN_DIR=bin
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list