summaryrefslogtreecommitdiff
path: root/source4/client
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-19 19:47:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:58:49 -0500
commit184955ffd711a5db8b1e1b7c179c232ce0e29145 (patch)
tree5321ac3a189f98de5a3309b3be7c45968289c5a3 /source4/client
parentc06acda7d5b78bfd5c098477b1ca9d949092e281 (diff)
downloadsamba-184955ffd711a5db8b1e1b7c179c232ce0e29145.tar.gz
samba-184955ffd711a5db8b1e1b7c179c232ce0e29145.tar.bz2
samba-184955ffd711a5db8b1e1b7c179c232ce0e29145.zip
r14572: Give libraries saner names, remove some .pc files, make some things
subsystems in case a library doesn't make sense. (This used to be commit ed382873fd01457a53e0a1e1f5ba6753dfbc0646)
Diffstat (limited to 'source4/client')
-rw-r--r--source4/client/config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/client/config.mk b/source4/client/config.mk
index 10f56da138..d05b890ff6 100644
--- a/source4/client/config.mk
+++ b/source4/client/config.mk
@@ -7,9 +7,9 @@ INSTALLDIR = BINDIR
OBJ_FILES = \
client.o
REQUIRED_SUBSYSTEMS = \
- CONFIG \
+ LIBSAMBA-CONFIG \
LIBREADLINE \
- LIBBASIC \
+ LIBSAMBA-UTIL \
LIBSMB \
RPC_NDR_SRVSVC \
LIBCLI_LSA \
@@ -27,7 +27,7 @@ OBJ_FILES = \
cifsdd.o \
cifsddio.o
REQUIRED_SUBSYSTEMS = \
- CONFIG \
+ LIBSAMBA-CONFIG \
LIBSMB \
LIBPOPT \
POPT_SAMBA \