1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/nbt_server/config.mk
Stefan Metzmacher 706ef631f7 r12644: prepare the dns proxy feature for the wins server
metze
(This used to be commit 48842cd9ab)
2007-10-10 13:49:34 -05:00

58 lines
1.1 KiB
Makefile

# NBTD server subsystem
#######################
# Start SUBSYSTEM WINSDB
[SUBSYSTEM::WINSDB]
OBJ_FILES = \
wins/winsdb.o
PRIVATE_PROTO_HEADER = wins/winsdb_proto.h
REQUIRED_SUBSYSTEMS = \
LIBLDB
# End SUBSYSTEM WINSDB
#######################
#######################
# Start SUBSYSTEM NBTD_WINS
[SUBSYSTEM::NBTD_WINS]
OBJ_FILES = \
wins/winsserver.o \
wins/winsclient.o \
wins/winswack.o \
wins/wins_dns_proxy.o
PRIVATE_PROTO_HEADER = wins/winsserver_proto.h
REQUIRED_SUBSYSTEMS = \
LIBCLI_NBT WINSDB
# End SUBSYSTEM NBTD_WINS
#######################
#######################
# Start SUBSYSTEM NBTD_DGRAM
[SUBSYSTEM::NBTD_DGRAM]
OBJ_FILES = \
dgram/request.o \
dgram/netlogon.o \
dgram/ntlogon.o \
dgram/browse.o
REQUIRED_SUBSYSTEMS = \
LIBCLI_DGRAM
# End SUBSYSTEM NBTD_DGRAM
#######################
#######################
# Start SUBSYSTEM NBTD
[SUBSYSTEM::NBTD]
OBJ_FILES = \
nbt_server.o \
interfaces.o \
register.o \
query.o \
nodestatus.o \
defense.o \
packet.o \
irpc.o
PRIVATE_PROTO_HEADER = nbt_server_proto.h
REQUIRED_SUBSYSTEMS = \
LIBCLI_NBT NBTD_WINS NBTD_DGRAM
# End SUBSYSTEM NBTD
#######################