summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-07-24 12:00:01 -0700
committerKarolin Seeger <kseeger@samba.org>2008-07-25 16:23:05 +0200
commitbfa173f1c8e03e31714fd9579ea0538f08c0369b (patch)
treeefaf19d8f02eccaeb16f9f791efecf2cb2e21a3c /examples
parent9840c962ac62539eace7b0f5c6d0deb5ad655e87 (diff)
downloadsamba-bfa173f1c8e03e31714fd9579ea0538f08c0369b.tar.gz
samba-bfa173f1c8e03e31714fd9579ea0538f08c0369b.tar.xz
samba-bfa173f1c8e03e31714fd9579ea0538f08c0369b.zip
Remove test changes added in error.
Jeremy. (cherry picked from commit 218ffbe3876dbd58f56e107819dec2e74f5d2f1a)
Diffstat (limited to 'examples')
-rw-r--r--examples/libsmbclient/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/libsmbclient/Makefile b/examples/libsmbclient/Makefile
index 50a690c68eb..dabc8e9bb42 100644
--- a/examples/libsmbclient/Makefile
+++ b/examples/libsmbclient/Makefile
@@ -28,8 +28,7 @@ TESTS= testsmbc \
testchmod \
testutime \
testread \
- testwrite \
- libsmbclient.c
+ testwrite
# tree \
@@ -95,10 +94,6 @@ testwrite: testwrite.o
@echo Linking testwrite
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBSMBCLIENT) -lpopt
-libsmbclient: libsmbclient.o
- @echo Linking libsmbclient
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBSMBCLIENT) -lpopt
-
smbsh:
make -C smbwrapper