summaryrefslogtreecommitdiffstats
path: root/source/libcli/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-04-03 04:36:00 +0000
committerAndrew Tridgell <tridge@samba.org>2005-04-03 04:36:00 +0000
commitd0e0e54063ade62d6b0d92fd0ba136baf896233c (patch)
tree41a14c47519b2d04d778f6985d4c66d26ffea8ea /source/libcli/config.mk
parent7e5e475dca60392c89b44f3979c62d02b98d2623 (diff)
downloadsamba-d0e0e54063ade62d6b0d92fd0ba136baf896233c.tar.gz
samba-d0e0e54063ade62d6b0d92fd0ba136baf896233c.tar.xz
samba-d0e0e54063ade62d6b0d92fd0ba136baf896233c.zip
r6185: added LIBCLI_DGRAM to the list of libs to be built as part of LIBCLI
Diffstat (limited to 'source/libcli/config.mk')
-rw-r--r--source/libcli/config.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/libcli/config.mk b/source/libcli/config.mk
index e6be2ed0584..51fb3c7025b 100644
--- a/source/libcli/config.mk
+++ b/source/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_DGRAM]
+ADD_OBJ_FILES = \
+ libcli/dgram/dgramsocket.o
+REQUIRED_SUBSYSTEMS = LIBCLI_NBT
+
[SUBSYSTEM::LIBCLI_WINS]
ADD_OBJ_FILES = \
libcli/wins/winsrepl.o
@@ -51,4 +56,5 @@ REQUIRED_SUBSYSTEMS = LIBCLI_NBT
[SUBSYSTEM::LIBCLI]
REQUIRED_SUBSYSTEMS = LIBCLI_RAW LIBCLI_UTILS LIBCLI_AUTH \
- LIBCLI_COMPOSITE LIBCLI_NBT LIB_SECURITY LIBCLI_RESOLVE
+ LIBCLI_COMPOSITE LIBCLI_NBT LIB_SECURITY LIBCLI_RESOLVE \
+ LIBCLI_DGRAM