summaryrefslogtreecommitdiff
path: root/examples/libsmbclient/Makefile
diff options
context:
space:
mode:
authorGerald W. Carter <jerry@samba.org>2008-01-16 10:35:36 -0600
committerGerald W. Carter <jerry@samba.org>2008-01-16 10:35:36 -0600
commit1a6415fc77c708b87c8e2ce6e7828f486ffc87ac (patch)
treefe0dbff696381e5af80342dc7e633297617f3e9e /examples/libsmbclient/Makefile
parent019c245ae15c7fdc414d41f64dad994337f26cf4 (diff)
parent6e94cbdc30afc3c9b5d2504aa8649fa9c87af7aa (diff)
downloadsamba-1a6415fc77c708b87c8e2ce6e7828f486ffc87ac.tar.gz
samba-1a6415fc77c708b87c8e2ce6e7828f486ffc87ac.tar.bz2
samba-1a6415fc77c708b87c8e2ce6e7828f486ffc87ac.zip
Merge branch 'v3-2-test-merge' into v3-2-stable
(This used to be commit 6993b6139419761c649f3ad54467a2c34f29382d)
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 6500707e75..26b80575fb 100644
--- a/examples/libsmbclient/Makefile
+++ b/examples/libsmbclient/Makefile
@@ -13,7 +13,7 @@ CFLAGS = -O0 -g -I$(SAMBA_INCL) $(EXTLIB_INCL) $(DEFS)
LDFLAGS = -L/usr/local/samba/lib \
-lldap -lkrb5 -lgssapi_krb5
#LIBSMBCLIENT = /usr/local/samba/lib/libsmbclient.so
-LIBSMBCLIENT = -lsmbclient -ldl -lresolv
+LIBSMBCLIENT = -lwbclient -lsmbclient -ldl -lresolv
TESTS= testsmbc \
testacl \