summaryrefslogtreecommitdiff
path: root/examples/libsmbclient/Makefile
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-01-22 23:51:39 +0000
committerTim Potter <tpot@samba.org>2003-01-22 23:51:39 +0000
commita30e39022795f00fa1b4144362260aea160f3d31 (patch)
tree8e0a45968d179960b01d9a795b0be5c8be00a857 /examples/libsmbclient/Makefile
parent3bff6c4f981eb97f14117f350be00ff1cdfa26a9 (diff)
downloadsamba-a30e39022795f00fa1b4144362260aea160f3d31.tar.gz
samba-a30e39022795f00fa1b4144362260aea160f3d31.tar.bz2
samba-a30e39022795f00fa1b4144362260aea160f3d31.zip
Sync with HEAD. The -L/usr/local/lib bit looks a bit dodgy though.
(This used to be commit 81bfd9a4d9c80b87b020b998e9722750339c422d)
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