summaryrefslogtreecommitdiff
path: root/examples/libsmbclient/Makefile
diff options
context:
space:
mode:
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>2008-05-30 10:24:55 -0400
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>2008-05-30 10:24:55 -0400
commitcf4b2f4d24a69234cbc62f367dece28446b6bac5 (patch)
tree21377768d81b00ca1a43d068704893c8fd4edbed /examples/libsmbclient/Makefile
parent4f0626ee0945a79c484746b3ab4beae9e01348c9 (diff)
downloadsamba-cf4b2f4d24a69234cbc62f367dece28446b6bac5.tar.gz
samba-cf4b2f4d24a69234cbc62f367dece28446b6bac5.tar.bz2
samba-cf4b2f4d24a69234cbc62f367dece28446b6bac5.zip
Update libsmbclient examples to match new libraries
- talloc and tdb have been moved to separate libraries. Link with those. Derrell (This used to be commit e4060ad864ec9d4e9092a832c3c664ee31b6125a)
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 a50e80a918..7415f4f07e 100644
--- a/examples/libsmbclient/Makefile
+++ b/examples/libsmbclient/Makefile
@@ -13,7 +13,7 @@ CFLAGS = -O0 -g $(SAMBA_INCL) $(EXTLIB_INCL) $(DEFS)
LDFLAGS = -L/usr/local/samba/lib \
-lldap -lkrb5 -lgssapi_krb5
#LIBSMBCLIENT = /usr/local/samba/lib/libsmbclient.so
-LIBSMBCLIENT = -lwbclient -lsmbclient -ldl -lresolv
+LIBSMBCLIENT = -lwbclient -lsmbclient -ltalloc -ltdb -ldl -lresolv
TESTS= testsmbc \
testacl \