summaryrefslogtreecommitdiff
path: root/source4/ntptr
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/ntptr
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/ntptr')
-rw-r--r--source4/ntptr/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntptr/config.mk b/source4/ntptr/config.mk
index 696f2ea10f..c47ccac755 100644
--- a/source4/ntptr/config.mk
+++ b/source4/ntptr/config.mk
@@ -7,7 +7,7 @@ INIT_FUNCTION = ntptr_simple_ldb_init
SUBSYSTEM = ntptr
OBJ_FILES = \
simple_ldb/ntptr_simple_ldb.o
-PUBLIC_DEPENDENCIES = \
+PRIVATE_DEPENDENCIES = \
ldb NDR_SPOOLSS DCERPC_COMMON
# End MODULE ntptr_simple_ldb
################################################