summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-23 17:00:39 +0100
committerGünther Deschner <gd@samba.org>2011-02-23 22:33:52 +0100
commit6c2c8d9f67d628d7bf007ad9a13d6f61414e38da (patch)
tree34fdcf88b0e8ca7aa434fdac5106d6e5a45ee6fd /source3
parent7f5535460af57b0440bc2bde8c42ee7d1ac844e5 (diff)
downloadsamba-6c2c8d9f67d628d7bf007ad9a13d6f61414e38da.tar.gz
samba-6c2c8d9f67d628d7bf007ad9a13d6f61414e38da.tar.bz2
samba-6c2c8d9f67d628d7bf007ad9a13d6f61414e38da.zip
s3-waf: remove more unused variables.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/wscript_build12
1 files changed, 2 insertions, 10 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 3c52289977..657a8668a3 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -47,17 +47,9 @@ LIBCLI_WINREG_SRC = '''rpc_client/cli_winreg.c
# that requires knowledge of security contexts
REG_PARSE_PRS_SRC = '''registry/reg_parse_prs.c'''
-LIBREPLACE_SRC = '''${LIBREPLACE_SRCS}'''
-
-LIBSAMBAUTIL_SRC = '''${LIBREPLACE_SRC}'''
-
-LIBTEVENT_SRC0 = ''
-
PTHREADPOOL_SRC = ''
-LIBREPLACE_SRCS = ''
-
-LIB_SRC = '''${LIBSAMBAUTIL_SRC}
+LIB_SRC = '''
lib/messages.c lib/messages_local.c
lib/messages_ctdbd.c lib/packet.c lib/ctdbd_conn.c
lib/interfaces.c lib/memcache.c
@@ -86,7 +78,7 @@ LIB_SRC = '''${LIBSAMBAUTIL_SRC}
intl/lang_tdb.c
lib/conn_tdb.c lib/adt_tree.c lib/gencache.c
lib/sessionid_tdb.c
- lib/module.c lib/events.c ${LIBTEVENT_SRC0}
+ lib/module.c lib/events.c
lib/server_contexts.c
lib/ldap_escape.c
lib/secdesc.c ${PTHREADPOOL_SRC}