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

build: Demote a bunch of libraries to subsystems. This makes packaging easier and should also make it easier

to migrate to a new build system.
This commit is contained in:
Jelmer Vernooij
2008-01-20 16:28:43 +01:00
parent 4fa8a2789c
commit 77b400764e
15 changed files with 16 additions and 74 deletions

View File

@@ -1,10 +1,6 @@
#######################
# Start LIBRARY EJSRPC
[SUBSYSTEM::EJSRPC]
OBJ_FILES = \
ejsrpc.o
# End SUBSYSTEM EJSRPC
#######################
[MODULE::smbcalls_config]
OBJ_FILES = smbcalls_config.o
@@ -79,11 +75,7 @@ INIT_FUNCTION = smb_setup_ejs_system
include ejsnet/config.mk
#######################
# Start LIBRARY smbcalls
[LIBRARY::smbcalls]
SO_VERSION = 0
VERSION = 0.0.1
[SUBSYSTEM::smbcalls]
PRIVATE_PROTO_HEADER = proto.h
OBJ_FILES = \
smbcalls.o \
@@ -101,8 +93,6 @@ PRIVATE_DEPENDENCIES = \
CREDENTIALS POPT_CREDENTIALS POPT_SAMBA \
dcerpc \
NDR_TABLE
# End SUBSYSTEM smbcalls
#######################
#######################
# Start BINARY SMBSCRIPT