1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-31 12:23:52 +03:00

r12592: Remove some useless dependencies

This commit is contained in:
Jelmer Vernooij
2005-12-29 23:14:33 +00:00
committed by Gerald (Jerry) Carter
parent 86fe24e606
commit ca8db1a0cd
33 changed files with 223 additions and 201 deletions

View File

@@ -30,7 +30,8 @@ OBJ_FILES = \
ejsnet.o \
mprutil.o
REQUIRED_SUBSYSTEMS = AUTH EJS LIBBASIC EJSRPC MESSAGING LIBSAMBA3 LIBNET \
NDR_ALL
NDR_ALL LIBSMB LIBPOPT POPT_CREDENTIALS \
POPT_SAMBA
# End SUBSYSTEM SMBCALLS
#######################
@@ -40,6 +41,6 @@ REQUIRED_SUBSYSTEMS = AUTH EJS LIBBASIC EJSRPC MESSAGING LIBSAMBA3 LIBNET \
INSTALLDIR = BINDIR
OBJ_FILES = \
smbscript.o
REQUIRED_SUBSYSTEMS = EJS LIBBASIC SMBCALLS CONFIG LIBSMB LIBRPC LIBCMDLINE
REQUIRED_SUBSYSTEMS = EJS LIBBASIC SMBCALLS CONFIG
# End BINARY SMBSCRIPT
#######################