summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-20 16:28:43 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-21 03:54:42 +0100
commit03023c4f7d8c7bc6716982db86e8167f1ac6331b (patch)
treed4089d875127a1c892656020d7743b9da7f77570 /source4/scripting
parentb126f1ca4d71b6801032478d8c56453593b27825 (diff)
downloadsamba-03023c4f7d8c7bc6716982db86e8167f1ac6331b.tar.gz
samba-03023c4f7d8c7bc6716982db86e8167f1ac6331b.tar.bz2
samba-03023c4f7d8c7bc6716982db86e8167f1ac6331b.zip
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 used to be commit 77b400764e3dadfa05407343af649ad9298cc085)
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/ejs/config.mk12
1 files changed, 1 insertions, 11 deletions
diff --git a/source4/scripting/ejs/config.mk b/source4/scripting/ejs/config.mk
index 8b680ba973..656ecdae16 100644
--- a/source4/scripting/ejs/config.mk
+++ b/source4/scripting/ejs/config.mk
@@ -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