From f398183555d91a2adc96350cbeb69a11b42e6a37 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Mon, 17 Oct 2005 19:27:19 +0000 Subject: r11129: r10090@cabra: derrell | 2005-10-17 15:26:27 -0400 added example to read a file and test download time (This used to be commit 4fad0c49b5bf7819d0f9782b60369c5d078c5854) --- examples/libsmbclient/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'examples/libsmbclient') diff --git a/examples/libsmbclient/Makefile b/examples/libsmbclient/Makefile index 4b4919ee7f..7e893fd488 100644 --- a/examples/libsmbclient/Makefile +++ b/examples/libsmbclient/Makefile @@ -17,7 +17,8 @@ TESTS= testsmbc \ testbrowse \ teststat \ testchmod \ - testutime + testutime \ + testread all: $(TESTS) smbsh @@ -49,6 +50,10 @@ testutime: testutime.o @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 -- cgit