1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-21 03:33:16 +03:00

r14572: Give libraries saner names, remove some .pc files, make some things

subsystems in case a library doesn't make sense.
This commit is contained in:
Jelmer Vernooij
2006-03-19 19:47:05 +00:00
committed by Gerald (Jerry) Carter
parent e71cca7f0c
commit ed382873fd
21 changed files with 76 additions and 187 deletions

View File

@@ -73,9 +73,9 @@ OBJ_FILES = \
ejsnet.o \
mprutil.o
REQUIRED_SUBSYSTEMS = \
EJS LIBBASIC \
EJS LIBSAMBA-UTIL \
EJSRPC MESSAGING \
LIBNET LIBSMB LIBPOPT \
LIBSAMBA-NET LIBSMB LIBPOPT \
POPT_CREDENTIALS POPT_SAMBA \
dcerpc \
NDR_TABLE
@@ -88,6 +88,6 @@ REQUIRED_SUBSYSTEMS = \
INSTALLDIR = BINDIR
OBJ_FILES = \
smbscript.o
REQUIRED_SUBSYSTEMS = EJS LIBBASIC smbcalls CONFIG
REQUIRED_SUBSYSTEMS = EJS LIBSAMBA-UTIL smbcalls LIBSAMBA-CONFIG
# End BINARY SMBSCRIPT
#######################