svn commit: samba r11129 - in branches/SAMBA_3_0: . examples/libsmbclient

derrell at samba.org derrell at samba.org
Mon Oct 17 19:27:19 GMT 2005


Author: derrell
Date: 2005-10-17 19:27:19 +0000 (Mon, 17 Oct 2005)
New Revision: 11129

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11129

Log:
 r10090 at cabra:  derrell | 2005-10-17 15:26:27 -0400
 added example to read a file and test download time

Modified:
   branches/SAMBA_3_0/
   branches/SAMBA_3_0/examples/libsmbclient/Makefile


Changeset:

Property changes on: branches/SAMBA_3_0
___________________________________________________________________
Name: svk:merge
   + 3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba3:10090

Modified: branches/SAMBA_3_0/examples/libsmbclient/Makefile
===================================================================
--- branches/SAMBA_3_0/examples/libsmbclient/Makefile	2005-10-17 19:22:45 UTC (rev 11128)
+++ branches/SAMBA_3_0/examples/libsmbclient/Makefile	2005-10-17 19:27:19 UTC (rev 11129)
@@ -17,7 +17,8 @@
 	testbrowse \
 	teststat \
 	testchmod \
-	testutime
+	testutime \
+	testread
 
 all:	$(TESTS) smbsh
 
@@ -49,6 +50,10 @@
 	@echo Linking testutime
 	@$(CC) $(CFLAGS) $(LDFLAGS) -o $@ /usr/local/samba/lib/libsmbclient.so -lpopt $<
 
+testread: testread.o
+	@echo Linking testread
+	@$(CC) $(CFLAGS) $(LDFLAGS) -o $@ /usr/local/samba/lib/libsmbclient.so -lpopt $<
+
 smbsh:
 	make -C smbwrapper
 



More information about the samba-cvs mailing list