summaryrefslogtreecommitdiff
path: root/examples/libsmbclient/Makefile
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2002-11-15 22:51:03 +0000
committerRichard Sharpe <sharpe@samba.org>2002-11-15 22:51:03 +0000
commitb45c92f31ea0442d623ac2d92dcd97215c1ed481 (patch)
tree812e8c1b21e55d5df4d0d14f9332e4ea55fb87a5 /examples/libsmbclient/Makefile
parentf85da55c3778632b14cc99b4032db4cf33b54bb6 (diff)
downloadsamba-b45c92f31ea0442d623ac2d92dcd97215c1ed481.tar.gz
samba-b45c92f31ea0442d623ac2d92dcd97215c1ed481.tar.bz2
samba-b45c92f31ea0442d623ac2d92dcd97215c1ed481.zip
Fix some problems with tree.c reported by users.
(This used to be commit b0772a1a0531896d5b343863434622d4d0ff437f)
Diffstat (limited to 'examples/libsmbclient/Makefile')
-rw-r--r--examples/libsmbclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libsmbclient/Makefile b/examples/libsmbclient/Makefile
index 8c1def8a16..5fe9977c0a 100644
--- a/examples/libsmbclient/Makefile
+++ b/examples/libsmbclient/Makefile
@@ -11,7 +11,7 @@ all: testsmbc tree
testsmbc: testsmbc.o
@echo Linking testsmbc
- @$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lsmbclient
+ @$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lsmbclient -L/usr/local/lib
testsmbc-static: testsmbc.o
@echo Linking testsmbc