diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-24 15:47:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:18 -0500 |
commit | 69b51f702af1ded825d5c17bdb97014cac12e752 (patch) | |
tree | 2aaae15c6b5cf81298442501c2f7c3cfaa761221 /source4/wrepl_server | |
parent | 758946429e8cef84ebc00e02f6fa0fb93a642aa8 (diff) | |
download | samba-69b51f702af1ded825d5c17bdb97014cac12e752.tar.gz samba-69b51f702af1ded825d5c17bdb97014cac12e752.tar.bz2 samba-69b51f702af1ded825d5c17bdb97014cac12e752.zip |
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
for REQUIRED_SUBSYSTEMS.
(This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
Diffstat (limited to 'source4/wrepl_server')
-rw-r--r-- | source4/wrepl_server/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/wrepl_server/config.mk b/source4/wrepl_server/config.mk index 830b489086..5305f986b6 100644 --- a/source4/wrepl_server/config.mk +++ b/source4/wrepl_server/config.mk @@ -14,7 +14,7 @@ OBJ_FILES = \ wrepl_out_push.o \ wrepl_out_helpers.o PRIVATE_PROTO_HEADER = wrepl_server_proto.h -REQUIRED_SUBSYSTEMS = \ +PUBLIC_DEPENDENCIES = \ LIBCLI_WREPL WINSDB process_model # End SUBSYSTEM WREPL_SRV ####################### |