summaryrefslogtreecommitdiff
path: root/source4/nbt_server/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-20 10:57:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:14 -0500
commit35ffca89326aec48f755c0b1db52826dab3dced7 (patch)
tree518cfcf549e25a18a035473ae7843c26d4d7598d /source4/nbt_server/config.mk
parent8a33415f115c8e2afd78021370b5203f78e1b2f8 (diff)
downloadsamba-35ffca89326aec48f755c0b1db52826dab3dced7.tar.gz
samba-35ffca89326aec48f755c0b1db52826dab3dced7.tar.bz2
samba-35ffca89326aec48f755c0b1db52826dab3dced7.zip
r22403: this dependencies should be private
metze (This used to be commit c3cc03ffb290cb7c1eba51e98c52e5e7c1aba5fb)
Diffstat (limited to 'source4/nbt_server/config.mk')
-rw-r--r--source4/nbt_server/config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/nbt_server/config.mk b/source4/nbt_server/config.mk
index 701e132251..6c54134378 100644
--- a/source4/nbt_server/config.mk
+++ b/source4/nbt_server/config.mk
@@ -19,7 +19,7 @@ SUBSYSTEM = ldb
INIT_FUNCTION = wins_ldb_module_init
OBJ_FILES = \
wins/wins_ldb.o
-PUBLIC_DEPENDENCIES = \
+PRIVATE_DEPENDENCIES = \
LIBNETIF
# End MODULE ldb_wins_ldb
#######################
@@ -33,7 +33,7 @@ OBJ_FILES = \
wins/winswack.o \
wins/wins_dns_proxy.o
PRIVATE_PROTO_HEADER = wins/winsserver_proto.h
-PUBLIC_DEPENDENCIES = \
+PRIVATE_DEPENDENCIES = \
LIBCLI_NBT WINSDB
# End SUBSYSTEM NBTD_WINS
#######################
@@ -47,7 +47,7 @@ OBJ_FILES = \
dgram/netlogon.o \
dgram/ntlogon.o \
dgram/browse.o
-PUBLIC_DEPENDENCIES = \
+PRIVATE_DEPENDENCIES = \
LIBCLI_DGRAM
# End SUBSYSTEM NBTD_DGRAM
#######################
@@ -67,7 +67,7 @@ OBJ_FILES = \
packet.o \
irpc.o
PRIVATE_PROTO_HEADER = nbt_server_proto.h
-PUBLIC_DEPENDENCIES = \
+PRIVATE_DEPENDENCIES = \
LIBCLI_NBT NBTD_WINS NBTD_DGRAM process_model
# End SUBSYSTEM NBTD
#######################