diff options
author | Gerald Carter <jerry@samba.org> | 2004-02-09 18:48:44 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2004-02-09 18:48:44 +0000 |
commit | 309a9a4cafc3c892840e28198a41973b236a528e (patch) | |
tree | 715f63367af464b9f0dee17e38e0b6eb07430835 /examples/libsmbclient | |
parent | fbde889fd8442bae7444ffdb2736c9c5e8d59204 (diff) | |
download | samba-309a9a4cafc3c892840e28198a41973b236a528e.tar.gz samba-309a9a4cafc3c892840e28198a41973b236a528e.tar.xz samba-309a9a4cafc3c892840e28198a41973b236a528e.zip |
merge from 3.0
Diffstat (limited to 'examples/libsmbclient')
-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 c84cc3c977e..e7c82a3aee6 100644 --- a/examples/libsmbclient/Makefile +++ b/examples/libsmbclient/Makefile @@ -14,7 +14,7 @@ all: testsmbc tree testacl testsmbc: testsmbc.o @echo Linking testsmbc - @$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lsmbclient -L/usr/local/lib + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lsmbclient -L/usr/local/lib testsmbc-static: testsmbc.o @echo Linking testsmbc |