From a6878f6c6e17ea99baf57e5724d524548a44ada8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 16 Feb 2005 10:03:18 +0000 Subject: r5414: - added libcli/wins/, a basic client library for WINS replication - added a new IDL type "udlongr", which is like udlong, but with the two uint32 halves reversed - modified the winsrepl.idl to cope with a wider range of packets (This used to be commit bc8d60c918f2e268d591aac464fc6a78c38a4cf9) --- source4/libcli/config.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/libcli/config.mk') diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk index 726d3f1184..e6be2ed058 100644 --- a/source4/libcli/config.mk +++ b/source4/libcli/config.mk @@ -35,6 +35,11 @@ ADD_OBJ_FILES = \ libcli/nbt/namerelease.o REQUIRED_SUBSYSTEMS = LIBNDR_RAW NDR_NBT SOCKET LIBCLI_COMPOSITE_BASE LIBEVENTS +[SUBSYSTEM::LIBCLI_WINS] +ADD_OBJ_FILES = \ + libcli/wins/winsrepl.o +REQUIRED_SUBSYSTEMS = LIBCLI_NBT NDR_WINS SOCKET LIBEVENTS + [SUBSYSTEM::LIBCLI_RESOLVE] ADD_OBJ_FILES = \ libcli/resolve/resolve.o \ -- cgit