summaryrefslogtreecommitdiff
path: root/source4/libcli/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-03-03 18:57:20 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-03-03 18:57:20 +0100
commit5b674be7ab2a17e7f0d73171b3483a4b7d921383 (patch)
tree814d24657c28505bbc66c113523166f0037b0a7a /source4/libcli/config.mk
parentb29d47edcf2767d7f9e9f63332079c6e8e89946c (diff)
downloadsamba-5b674be7ab2a17e7f0d73171b3483a4b7d921383.tar.gz
samba-5b674be7ab2a17e7f0d73171b3483a4b7d921383.tar.bz2
samba-5b674be7ab2a17e7f0d73171b3483a4b7d921383.zip
Fix some syntax errors.
(This used to be commit 906148bf87ae278c6f6232675bd6aaf4d1e33e6c)
Diffstat (limited to 'source4/libcli/config.mk')
-rw-r--r--source4/libcli/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk
index e7c5f9bd74..d6a340a599 100644
--- a/source4/libcli/config.mk
+++ b/source4/libcli/config.mk
@@ -19,7 +19,7 @@ LIBCLI_LSA_OBJ_FILES = libcli/util/clilsa.o
PRIVATE_PROTO_HEADER = composite/proto.h
PUBLIC_DEPENDENCIES = LIBEVENTS
-LIBCLI_COMPOSITE_OBJ_FILES = libcli/util/composite.o
+LIBCLI_COMPOSITE_OBJ_FILES = libcli/composite/composite.o
[SUBSYSTEM::LIBCLI_SMB_COMPOSITE]
PRIVATE_PROTO_HEADER = smb_composite/proto.h
@@ -96,7 +96,7 @@ LIBCLI_RESOLVE_OBJ_FILES = libcli/resolve/resolve.o
PRIVATE_PROTO_HEADER = resolve/lp_proto.h
PRIVATE_DEPENDENCIES = LIBCLI_NBT LIBSAMBA-CONFIG LIBNETIF
-LP_RESOLVE_OBJ_FILES = $(addprefix libcli/resolve, \
+LP_RESOLVE_OBJ_FILES = $(addprefix libcli/resolve/, \
bcast.o nbtlist.o wins.o \
host.o resolve_lp.o)