diff options
author | Tim Potter <tpot@samba.org> | 2003-01-22 23:51:39 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-01-22 23:51:39 +0000 |
commit | a30e39022795f00fa1b4144362260aea160f3d31 (patch) | |
tree | 8e0a45968d179960b01d9a795b0be5c8be00a857 /examples/libsmbclient/Makefile | |
parent | 3bff6c4f981eb97f14117f350be00ff1cdfa26a9 (diff) | |
download | samba-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/Makefile | 2 |
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 |