summaryrefslogtreecommitdiff
path: root/source4/client
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-10-05 21:02:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:07:48 -0500
commita97e319924371759f08dc923c8211ef6c5c5c0fa (patch)
tree623a7bd23bbac952080d3844e435648da8aeb922 /source4/client
parent35ea519ca81edcd16ae87620d5b18fbb94f450b6 (diff)
downloadsamba-a97e319924371759f08dc923c8211ef6c5c5c0fa.tar.gz
r25530: Fix missing dependency
(This used to be commit d1837608f0e995653ef805b016abaa618cfd288c)
Diffstat (limited to 'source4/client')
-rw-r--r--source4/client/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/client/config.mk b/source4/client/config.mk
index ebac2a4bb00..9f785004a01 100644
--- a/source4/client/config.mk
+++ b/source4/client/config.mk
@@ -15,7 +15,8 @@ PRIVATE_DEPENDENCIES = \
LIBCLI_LSA \
LIBPOPT \
POPT_SAMBA \
- POPT_CREDENTIALS
+ POPT_CREDENTIALS \
+ LIBCLI_RAW
# End BINARY smbclient
#################################